Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/21/2001 20:32:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Apr 21 17:32:20 UTC 2001

Modified Files:
	syssrc/sys/arch/sh3/include: pmap.h
	syssrc/sys/arch/sh3/sh3: pmap.c vm_machdep.c

Log Message:
pmap_update() should not be equated with "flush entire TLB", it is
used to process deferred pmap operations.  Since these pmaps don't
defer anything, pmap_update() is a noop.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sh3/include/pmap.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/sh3/sh3/pmap.c
cvs rdiff -r1.12 -r1.13 syssrc/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.