Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/13/2002 00:52:48
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Apr 12 21:52:48 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm: cpufunc.c
	syssrc/sys/arch/arm/arm32: pmap.c
	syssrc/sys/arch/arm/include/arm32: pmap.h

Log Message:
Default all XScale core processors to the read/write-allocate write-back
cache mode.  Add a new XSCALE_CACHE_WRITE_THROUGH option for people who
are paranoid about the cache-related errata (you *do* have to line up
the planets correctly to trip them, but having the option is useful).


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/arm/arm/cpufunc.c
cvs rdiff -r1.94 -r1.95 syssrc/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/arm/include/arm32/pmap.h

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