Module Name: src Committed By: snj Date: Fri Jul 17 03:34:01 UTC 2015
Modified Files: src/sys/arch/powerpc/include [netbsd-7]: psl.h userret.h src/sys/arch/powerpc/oea [netbsd-7]: altivec.c oea_machdep.c src/sys/arch/powerpc/powerpc [netbsd-7]: fpu.c Log Message: Pull up following revision(s) (requested by matt in ticket #868): sys/arch/powerpc/include/psl.h: revision 1.20 sys/arch/powerpc/include/userret.h: revisions 1.29, 1.30 sys/arch/powerpc/oea/altivec.c: revision 1.30 sys/arch/powerpc/oea/oea_machdep.c: revision 1.72 sys/arch/powerpc/powerpc/fpu.c: revision 1.36 Add a check to make sure that if PSL_FP is set, we own the FPU. -- Don't clear PSL_FP/PSL_VEC -- Don't reload if just re-enabling -- Don't reload the FPU register if this is just a re-enable. -- Remove PSL_SPV from BOOKE PSL_USERMOD -- Don't preserve PSL_FP/PSL_VEC in cpu_setmcontext. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.4.1 src/sys/arch/powerpc/include/psl.h cvs rdiff -u -r1.28 -r1.28.4.1 src/sys/arch/powerpc/include/userret.h cvs rdiff -u -r1.29 -r1.29.2.1 src/sys/arch/powerpc/oea/altivec.c cvs rdiff -u -r1.71 -r1.71.4.1 src/sys/arch/powerpc/oea/oea_machdep.c cvs rdiff -u -r1.35 -r1.35.2.1 src/sys/arch/powerpc/powerpc/fpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.