summaryrefslogtreecommitdiffstats
path: root/sys/arm/qemu/virt_mp.c
Commit message (Expand)AuthorAgeFilesLines
* Add SMP support to the ARM PLATFORM code. This will allow us to haveandrew2016-02-281-2/+5
* 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
* Fix a mistake that crept in when moving between git and svn, pic_ipi_sendandrew2016-02-251-1/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-6/+0
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Fix typo (s/ncpus/mp_ncpus/)tijl2015-11-091-1/+1
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-11/+5
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Enable SMP on the qemu virt platform. We use the device tree to find whichandrew2015-05-241-0/+119
OpenPOWER on IntegriCloud