Subject: CVS commit: src/sys/arch/hppa/hppa
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 06/15/2004 16:29:01
Module Name:	src
Committed By:	chs
Date:		Tue Jun 15 16:29:01 UTC 2004

Modified Files:
	src/sys/arch/hppa/hppa: fpu.c process_machdep.c trap.S

Log Message:
flush the dcache after accessing pcb_fpregs.
we access it with the DTLB both on and off,
so we need to avoid bad cache aliases.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/hppa/hppa/fpu.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/hppa/hppa/process_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/hppa/hppa/trap.S

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