aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/qemu/virt_mp.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Add SMP support to the ARM PLATFORM code. This will allow us to haveAndrew Turner2016-02-281-0/+35
different methods to start the secondary cores in a kernel built for multiple SoCs, e.g. with the Allwinner A20 and A31. Sponsored by: ABT systems Ltd Differential Revision: https://reviews.freebsd.org/D5466 Notes: svn path=/head/; revision=296158