summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/cpu/cpu_halt.c
AgeCommit message (Collapse)Author
12 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
Add function to halt all processor cores on the machine excluding self. This may be used for emergency conditions on the system. Signed-off-by: Ian Moffett <ian@osmora.org>