]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bind to cpu0 for boot() processing. (Note this is reboot, not startup)
authorPeter Wemm <peter@FreeBSD.org>
Fri, 5 Nov 2004 18:29:10 +0000 (18:29 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Fri, 5 Nov 2004 18:29:10 +0000 (18:29 +0000)
commit20e25d7de5e69962115de71326be853c60c07179
tree97a30621d1c731979e24904d12c69cea600072e6
parent9ad69266e116abed75c2966a068665444fa13472
Bind to cpu0 for boot() processing. (Note this is reboot, not startup)
This means we'll always call the event hooks, device_shutdown etc on the
BSP and theoretically means we can de-cruftify the cpu_reset_proxy stuff.
sys/kern/kern_shutdown.c