Subject: CVS commit: src/sys/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/22/2005 02:59:46
Module Name:	src
Committed By:	matt
Date:		Tue Feb 22 02:59:46 UTC 2005

Modified Files:
	src/sys/arch/powerpc/include: pcb.h
	src/sys/arch/powerpc/oea: altivec.c
	src/sys/arch/powerpc/powerpc: fpu.c

Log Message:
Don't clear PCB_FPU/PCB_ALTIVEC when releasing the FPU/AltiVec unit.  Add
new flags to indicate whether the PCB currently owns the FPU/AltiVec unit.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/powerpc/include/pcb.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/powerpc/oea/altivec.c
cvs rdiff -r1.16 -r1.17 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.