Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/sparc64/sparc64



Module Name:    syssrc
Committed By:   chs
Date:           Tue Sep  3 05:08:22 UTC 2002

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

Log Message:
add back some cache flushes that are actually necessary.
any time we remove all access to a given virtual page,
we must invalidate the (write-through) L1 dcache.
pmap_remove() still had it, but pmap_kremove(), pmap_clear_reference()
and pmap_page_protect(VM_PROT_NONE) didn't and needed it.
fixes PR 18040.


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

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




Home | Main Index | Thread Index | Old Index