VirtualBox

Changeset 14002 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 10, 2008 12:14:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39052
Message:

The brain was out to lunch there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r13996 r14002  
    20952095    /** The Physical Address (HC) of the Page Map Level 4 table. */
    20962096    RTHCPHYS                        HCPhysPaePML4;
     2097#if 0
    20972098    /** The pgm pool page descriptor for the current active CR3 - R3 Ptr. */
    20982099    R3PTRTYPE(PPGMPOOLPAGE)         pShwAmd64CR3R3;
    20992100    /** The pgm pool page descriptor for the current active CR3 - R0 Ptr. */
    21002101    R0PTRTYPE(PPGMPOOLPAGE)         pShwAmd64CR3R0;
     2102#else
     2103    /** The pgm pool page descriptor for the current active CR3. */
     2104#if 0///@todo def VBOX_WITH_2X_4GB_ADDR_SPACE
     2105    R3PTRTYPE(PPGMPOOLPAGE)         pHCShwAmd64CR3;
     2106#else
     2107    R3R0PTRTYPE(PPGMPOOLPAGE)       pHCShwAmd64CR3;
     2108#endif
     2109#endif
    21012110    /** @}*/
    21022111
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette