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:26:30
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Apr 21 17:26:30 UTC 2001

Modified Files:
	syssrc/sys/arch/vax/include: pmap.h

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.41 -r1.42 syssrc/sys/arch/vax/include/pmap.h

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