Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/10/2002 21:49:57
Module Name: syssrc
Committed By: matt
Date: Sat Aug 10 18:49:57 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/powerpc: vm_machdep.c
Log Message:
More refinement, only map B_READ buf with VM_PROT_WRITE (all pages always
have VM_PROT_READ). Also, pass PMAP_WIRED to pmap_enter (for non-mpc6xx
pmaps). This will give pmap clues about flushing any "icache ok state".
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/powerpc/powerpc/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.