summaryrefslogtreecommitdiffstats
path: root/sys/arm/altera/socfpga/socfpga_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-10/+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
* 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
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* o Add machine-dependent SMP partbr2014-10-101-0/+180
OpenPOWER on IntegriCloud