Subject: CVS commit: syssrc/sys/arch/arm/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/26/2001 20:09:08
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Nov 26 18:09:08 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm: cpufunc_asm_xscale.S

Log Message:
Sprinkle CPWAIT around to enforce some barriers.  Also deal with some
pre-B-step errata: must clean-dcache-line to an address before
invalidate-dcache-line to that address, or the dirty bits will not
get cleanred in the dcache array for that line.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm/arm/cpufunc_asm_xscale.S

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