Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeremy Cooper <jeremy@netbsd.org>
List: source-changes
Date: 12/17/1999 00:11:02
Module Name:	syssrc
Committed By:	jeremy
Date:		Fri Dec 17 08:11:01 UTC 1999

Modified Files:
	syssrc/sys/arch/sun3/sun3x: pmap.c

Log Message:
Renamed a temporary variable in pmap_enter() that conflicted with the
name of the new 'flags' argument, added as part of the new pmap_enter() API.
Added a comment which explains why there are still sun3x-specific flags
being passed in the unused bits of the physical address, and how these flags
are independent of the new 'flags' argument.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/sun3/sun3x/pmap.c

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