Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   chs
Date:           Sat Jan 19 16:55:23 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/include/arm32: pmap.h
        syssrc/sys/uvm: uvm_bio.c

Log Message:
add a new flag PMAP_CACHE_VIVT for the pmap to inform the MI code that
that the cache is virtually-indexed and virtually-tagged (such as on the ARM),
and use this flag in the UBC code to be more friendly to those caches.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/arm/include/arm32/pmap.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/uvm/uvm_bio.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