Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 07/07/2004 02:46:14
Module Name:	src
Committed By:	mhitch
Date:		Wed Jul  7 02:46:14 UTC 2004

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

Log Message:
After sending the IPI to halt other CPUs, clear cpus_paused to ensure that
the other CPUs resume execution.  If the halt was initiated from DDB, the
CPUs will not have been resume execution and will never halt.  If one of the
paused CPUs is the primary CPU, the system will hang.  Fixes PR#26159.


To generate a diff of this commit:
cvs rdiff -r1.282 -r1.283 src/sys/arch/alpha/alpha/machdep.c

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