Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/09/2005 17:41:34
Module Name:	src
Committed By:	tsutsui
Date:		Sun Jan  9 17:41:34 UTC 2005

Modified Files:
	src/sys/arch/sh3/sh3: vm_machdep.c

Log Message:
Small optimization in vmapbuf()/vunmapbuf().

BTW, should we also pass 'VM_PROT_READ|VM_PROT_WRITE' to flags
with PMAP_WIRED for pmap_enter() in vmapbuf()?


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/arch/sh3/sh3/vm_machdep.c

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