Source-Changes archive

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

CVS commit: [netbsd-1-6] syssrc/sys/arch/sparc64/sparc64



Module Name:    syssrc
Committed By:   lukem
Date:           Wed Sep  4 14:01:44 UTC 2002

Modified Files:
        syssrc/sys/arch/sparc64/sparc64 [netbsd-1-6]: pmap.c

Log Message:
Pull up rev 1.126 via patch (requested by chuq in ticket #761):
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.120.2.3 -r1.120.2.4 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