Subject: CVS commit: src/sys/arch/arm/xscale
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/23/2003 09:25:44
Module Name:	src
Committed By:	scw
Date:		Thu Oct 23 09:25:44 UTC 2003

Modified Files:
	src/sys/arch/arm/xscale: ixp425_space.c

Log Message:
Use pmap_enter() instead of pmap_kenter_pa() as the former automatically
ensures the mapping is cache-inhibited, so we don't have to frob the PTE
directly.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425_space.c

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