Date: Sun, 10 May 2009 20:41:52 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 vm_machdep.c Message-ID: <200905102042.n4AKg13d013593@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-05-10 20:41:52 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 vm_machdep.c
Log:
SVN rev 191981 on 2009-05-10 20:41:52Z by marius
Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()
directly in cpu_reset() in order to idle the APs before exiting
the kernel and letting the BSP enter the firmware so that processes
like init(8) which still might be running on an AP at that point
don't cause a panic there when it crashes due to the fact it no
longer can be supported by the kernel.
MFC after: 3 days
Revision Changes Path
1.81 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905102042.n4AKg13d013593>
