Date: Thu, 24 Jun 2004 00:48:45 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200406240048.i5O0mjXT000504@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004-06-24 00:48:45 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Run the power off code directly instead of using indirection through smp_rendezvous() to ensure we run on the BSP. This reverts rev 1.128. Add a comment indicating that MI code should be the one that runs all shutdown functions on the BSP with the APs halted. This should work around problems in power off while waiting for the MI code to be improved. Revision Changes Path 1.165 +11 -28 src/sys/dev/acpica/acpi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406240048.i5O0mjXT000504>