Subject: CVS commit: [netbsd-3] src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/21/2005 13:15:35
Module Name:	src
Committed By:	tron
Date:		Fri Oct 21 13:15:35 UTC 2005

Modified Files:
	src/sys/arch/powerpc/oea [netbsd-3]: pmap.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #897):
	sys/arch/powerpc/oea/pmap.c: revision 1.33 via patch
avoid calling into the pool code while PSL_EE is off.
the pool code can do spl*()/splx(), and splx() requires PSL_EE to be on.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.2.1 src/sys/arch/powerpc/oea/pmap.c

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