Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 08/06/2002 09:22:00
Module Name:	syssrc
Committed By:	chs
Date:		Tue Aug  6 06:21:59 UTC 2002

Modified Files:
	syssrc/sys/arch/powerpc/powerpc: trap_subr.S trap_subr_mp.S

Log Message:
be sure to re-enable interrupts before calling trap() a second time
due to an AST.  the rule is that we must always have interrupts
enabled when acquiring kernel_lock, so that we can process blocking IPIs
from another CPU which is already holding kernel_lock.
reduce differences between the MP and non-MP versions of this file.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/arch/powerpc/powerpc/trap_subr.S
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/powerpc/powerpc/trap_subr_mp.S

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