VirtualBox

Changeset 37137 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
May 18, 2011 2:49:39 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71810
Message:

Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.

File:
1 edited

Legend:

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

    r36940 r37137  
    12641264
    12651265
    1266 /** Enables the RAM range search trees. */
    1267 #define PGM_USE_RAMRANGE_SEARCH_TREES
    1268 
    12691266/**
    12701267 * RAM range for GC Phys to HC Phys conversion.
     
    13021299    RCPTRTYPE(struct PGMRAMRANGE *)     pSelfRC;
    13031300
    1304 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES
    13051301    /** Alignment padding. */
    13061302    RTRCPTR                             Alignment0;
     
    13171313    /** Pointer to the right search three node - raw-mode context. */
    13181314    RCPTRTYPE(struct PGMRAMRANGE *)     pRightRC;
    1319 #endif
    13201315
    13211316    /** Padding to make aPage aligned on sizeof(PGMPAGE). */
    1322 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES
    1323 # if HC_ARCH_BITS == 32
     1317#if HC_ARCH_BITS == 32
    13241318    uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 2 : 0];
    1325 # endif
    1326 #else
    1327     uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 1 : 3];
    13281319#endif
    13291320    /** Array of physical guest page tracking structures. */
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