Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/05/2006 15:10:31
Module Name:	src
Committed By:	chs
Date:		Thu Oct  5 15:10:31 UTC 2006

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c

Log Message:
in cpu_reboot(), only halt the other CPUs after we've done the powerdown stuff.
the ACPI code may end up removing some pmap entries, which wants the other
CPUs to still be running to handle TLB invalidations.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/amd64/amd64/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.