Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/06/1998 07:00:01
drochner
Fri Mar  6 06:51:37 PST 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv20569

Modified Files:
	locore.s 
Log Message:
Use NKPDE page table pages (instead of only one) for temporary mapping
in transition to relocated mode.
Remove preparation for "bioscall" identity mapping - it is in the way
and can be done later in init386().
Should solve the problem described in PR 4832 and 5102.


drochner
Fri Mar  6 06:53:06 PST 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv20596

Modified Files:
	machdep.c 
Log Message:
Move allocation and mapping of the page table page for "bioscall" from
locore to here.