Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Apr  4 04:25:45 UTC 2002

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

Log Message:
Rename flags that are really part of the pv_entry/mdpage into
pmap.h and give them more descriptive names and better comments:
* PT_M  -> PVF_MOD (page is modified)
* PT_H  -> PVF_REF (page is referenced)
* PT_W  -> PVF_WIRED (mapping is wired)
* PT_Wr -> PVF_WRITE (mapping is writable)
* PT_NC -> PVF_NC (mapping is non-cacheable; multiple mappings)


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 syssrc/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/arm/include/arm32/pmap.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/include/arm32/pte.h

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