Subject: CVS commit: syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/26/2001 03:31:33
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jun 26 00:31:33 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/mips: pmap.c

Log Message:
- Implement a real pmap_kenter_pa()/pmap_kremove().
- Use pools for pmap structures and pv_entry structures.
- Remove a bunch of splvm()/splx(), no longer needed now that
  pmap_kenter_pa() and pmap_kremove() are as they should be.

Partially from Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 syssrc/sys/arch/mips/mips/pmap.c

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