Subject: CVS commit: src/sys/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 06/26/2004 21:48:30
Module Name:	src
Committed By:	kleink
Date:		Sat Jun 26 21:48:30 UTC 2004

Modified Files:
	src/sys/arch/powerpc/include: psl.h
	src/sys/arch/powerpc/oea: cpu_subr.c oea_machdep.c

Log Message:
On OEA, turn PSL_USER* into runtime values appropriate for the CPU model
we're executing on; besides dealing with the bits not implemented in the
601's MSR it also removes the silent failure behaviour when passing
PSL_VEC set on a CPU not implementing it.

Also, fix those masks for the 4xx again.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/powerpc/include/psl.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/powerpc/oea/cpu_subr.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/powerpc/oea/oea_machdep.c

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