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: 05/18/2007 02:48:06
Module Name:	src
Committed By:	mhitch
Date:		Fri May 18 02:48:06 UTC 2007

Modified Files:
	src/sys/arch/alpha/alpha: multiproc.s

Log Message:
Fix a couple of problems when starting the idle lwp on secondary
cpus:  Set curlwp, and allow interrupts before entering idle loop
(otherwise, IPI interrupts won't be handled on an idle cpu).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/alpha/alpha/multiproc.s

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