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: 01/24/2002 08:18:13
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jan 24 06:18:13 UTC 2002

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

Log Message:
Work around a bug in the XScale core's D-cache.  The work-around is to
use 2 adjacent cache-size areas for global cache clean, alternating
between the two of them on each call.  Without this, D-cache blocks
aren't evicted properly, and no one seems to know why.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 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.