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: 05/19/1998 02:20:01
pk
Tue May 19 02:14:34 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory nb00:/tmp/cvs-serv11995

Modified Files:
	pmap.c 
Log Message:
In kvm_uncache(), turn off the PTE cache bit even after calling
pv_changepte(). Reason: the managed() macro does not take into
account the gap in the managed pages range that may have been introduced
by the page table allocation in bootstrap().


pk
Tue May 19 02:17:33 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory nb00:/tmp/cvs-serv12025

Modified Files:
	pmap.c 
Log Message:
Don't bzero() the IO page table; it is fully initialized in iommu_attach().