Source-Changes archive

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

CVS commit: [bouyer-xeni386] src/sys/arch/i386/include



Module Name:    src
Committed By:   bouyer
Date:           Sun Jan 13 19:02:06 UTC 2008

Modified Files:
        src/sys/arch/i386/include [bouyer-xeni386]: pmap.h pte.h

Log Message:
Update system macros for PAE. Because the L3 page directory has only 4 entries,
and because of the way Xen handles it, it's better to have it has static as
possible. So we claim to have only 2 levels, with level 2 being a
"super" PD of 4 pages. pmap switches will be handled by changing the
L3 entries instead of %cr3. Only the first 3 entries will have to be changed,
the last one mapping KVA space only.


To generate a diff of this commit:
cvs rdiff -r1.97.6.2 -r1.97.6.3 src/sys/arch/i386/include/pmap.h
cvs rdiff -r1.16.8.1 -r1.16.8.2 src/sys/arch/i386/include/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