Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/27/2005 08:03:11
Module Name: src
Committed By: chs
Date: Tue Sep 27 08:03:11 UTC 2005
Modified Files:
src/sys/arch/powerpc/oea: pmap.c
Log Message:
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.32 -r1.33 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.