Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/17/2003 00:41:36
Module Name:	src
Committed By:	thorpej
Date:		Sat May 17 00:41:36 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: vm_machdep.c

Log Message:
Rewrite pagemove() to use pmap functions, rather than frobbing PTEs
directly.  The old code was totally bogus for the new pmap.  New code
lifted from SH5 port.

Fixes panics in ffs_balloc_ufs2() seen while stress-testing a file
system on an XScale-based server platform.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/arm/arm32/vm_machdep.c

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