summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung/exynos/exynos5_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
* 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
* Add machine-dependent SMP part for Exynos5420br2014-06-121-8/+67
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-3/+0
* Import basic support for Samsung Exynos 5 support.ray2013-06-291-0/+92
OpenPOWER on IntegriCloud