Subject: CVS commit: syssrc/sys/arch/sun2/sun2
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 11/30/2001 20:10:28
Module Name:	syssrc
Committed By:	fredette
Date:		Fri Nov 30 18:10:28 UTC 2001

Modified Files:
	syssrc/sys/arch/sun2/sun2: machdep.c

Log Message:
vm_offset_t -> vaddr_t or paddr_t, as appropriate.
Purge register qualifiers.
bcopy() -> memcpy(), bzero() -> memset()
No longer try to protect the kernel with uvm_map_protect,
pmap_bootstrap has already done this.
Now use pmap_kenter_pa/pmap_kremove when dumping, instead
of pmap_enter/pmap_remove.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/sun2/sun2/machdep.c

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