Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/06/2000 22:09:47
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Sep  6 19:09:46 UTC 2000

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

Log Message:
Remove some vto*() macros that won't stand a chance of working
with PSE or PAE, and reimplement vtphys() in terms of pmap_extract().


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/i386/include/pmap.h

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