- Timestamp:
- Feb 9, 2009 2:18:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16582 r16590 161 161 162 162 /* Fake PDPT entry; access control handled on the page table level, so allow everything. */ 163 PdpeSrc.u = X86_PDPE_P | X86_PDPE_ RW | X86_PDPE_US | X86_PDPE_A;163 PdpeSrc.u = X86_PDPE_P | X86_PDPE_A; /* rw/us are reserved for PAE pdpte's. */ 164 164 # endif 165 165 rc = pgmShwSyncPaePDPtr(pVM, pvFault, &PdpeSrc, &pPDDst);
Note:
See TracChangeset
for help on using the changeset viewer.