Source-Changes archive

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

CVS commit: [bouyer-xenamd64] src/sys/arch/amd64/amd64



Module Name:    src
Committed By:   bouyer
Date:           Sat Oct 20 20:58:37 UTC 2007

Modified Files:
        src/sys/arch/amd64/amd64 [bouyer-xenamd64]: pmap.c

Log Message:
Don't forget to mask pte entries with PG_FRAME to properly ignore the highter
reseved bits (xpmap_mtop doesn't do it).
Use xpmap_{mtop,ptom}_masked() in more places, it's a couple less instructions
than the non-masked versions.


To generate a diff of this commit:
cvs rdiff -r1.42.2.2 -r1.42.2.3 src/sys/arch/amd64/amd64/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