Source-Changes archive

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

CVS commit: syssrc/sys/arch/sh3



Module Name:    syssrc
Committed By:   uch
Date:           Mon Feb 11 18:05:18 UTC 2002

Modified Files:
        syssrc/sys/arch/sh3/include: pmap.h
        syssrc/sys/arch/sh3/sh3: pmap.c

Log Message:
clean up redundant PTE PG_* defines.
PG_RO     -> PG_KR
PG_RW     -> PG_KW
PG_u      -> PG_URKR
PG_PROT   -> PG_UW
PG_AVAIL1 -> PG_PVLIST


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/sh3/include/pmap.h
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/sh3/sh3/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