Date: Sun, 20 Sep 2009 00:51:48 +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: <200909200052.n8K0q024064642@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-09-20 00:51:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 vm_machdep.c Log: SVN rev 197336 on 2009-09-20 00:51:48Z by marius MFC: r191981 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. Revision Changes Path 1.76.2.4 +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?200909200052.n8K0q024064642>