Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/powerpc



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.




Home | Main Index | Thread Index | Old Index