Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/1999 17:40:20
Module Name: syssrc
Committed By: thorpej
Date: Wed May 26 00:40:20 UTC 1999
Modified Files:
syssrc/sys/arch/arm32/arm32: vm_machdep.c
Log Message:
No longer need to pmap_modified_emulation() in cpu_swapin(), since
uvm_fault_wire() does the right thing with access_type.
XXX Was there a bug here? pmap_modified_emulation() *wasn't* done in
XXX cpu_fork()!!
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/arm32/arm32/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.