summaryrefslogtreecommitdiffstats
path: root/sys/arm/xilinx/zy7_mp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r306756:mmel2016-10-151-1/+2
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-1/+1
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Enable the snoop control unit during MP startup, rather than relying onian2015-01-161-3/+20
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add SMP support for Zedboard.ian2014-04-291-0/+99
OpenPOWER on IntegriCloud