Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/09/2001 18:17:19
Module Name:	syssrc
Committed By:	bjh21
Date:		Fri Mar  9 16:17:19 UTC 2001

Modified Files:
	syssrc/sys/arch/arm32/arm32: cpufunc_asm.S

Log Message:
Increase the size of regions for which we use the single line flush
commands -- profiling shows this to be a major win over flushing the
entire cache (since the likelihood is that such lines won't be in the
cache anyway).

Patch supplied by Richard Earnshaw.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/arm32/arm32/cpufunc_asm.S

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