Subject: CVS commit: syssrc/sys/arch/powerpc/mpc6xx
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 11/12/2001 01:07:03
Module Name: syssrc
Committed By: matt
Date: Sun Nov 11 23:07:02 UTC 2001
Modified Files:
syssrc/sys/arch/powerpc/mpc6xx: pmap.c
Log Message:
Fix pte_clear to TLB flush the va, not the tlb adress (which is only valid
for clearing the ref bit). pvo_to_pte (if !diagnostic) will return NULL
immediately if PTE_VALID is not set.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/powerpc/mpc6xx/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.