VirtualBox

Changeset 9397 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2008 6:01:34 PM (17 years ago)
Author:
vboxsync
Message:

attempt to fix the 64-bit Linux box

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r9389 r9397  
    16231623    STAMCOUNTER     StatCacheUncacheable;
    16241624# endif
    1625 #elif HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32
     1625#elif HC_ARCH_BITS == 64
    16261626    uint32_t        Alignment1;         /**< Align the next member on a 64-bit boundrary. */
    16271627#endif
    16281628    /** The AVL tree for looking up a page by its HC physical address. */
    16291629    AVLOHCPHYSTREE  HCPhysTree;
    1630     uint32_t        Alignment3;         /**< Align the next member on a 64-bit boundrary. */
     1630    uint32_t        Alignment2;         /**< Align the next member on a 64-bit boundrary. */
    16311631    /** Array of pages. (cMaxPages in length)
    16321632     * The Id is the index into thist array.
    16331633     */
    1634 #if GC_ARCH_BITS == 64
    1635     uint32_t        Alignment4;
    1636 #endif
    16371634    PGMPOOLPAGE     aPages[PGMPOOL_IDX_FIRST];
    16381635} PGMPOOL, *PPGMPOOL, **PPPGMPOOL;
     
    22942291    /** GC: Which statistic this \#PF should be attributed to. */
    22952292    RCPTRTYPE(PSTAMPROFILE)   pStatTrap0eAttributionGC;
    2296     RTGCPTR                   padding0;
     2293    RTRCPTR                   padding0;
    22972294    /** HC: Which statistic this \#PF should be attributed to. */
    22982295    R3R0PTRTYPE(PSTAMPROFILE) pStatTrap0eAttributionHC;
    2299     RTHCPTR                 padding1;
     2296    RTHCPTR                   padding1;
    23002297    STAMPROFILE     StatGCTrap0e;                       /**< GC: PGMGCTrap0eHandler() profiling. */
    23012298    STAMPROFILE     StatTrap0eCSAM;                     /**< Profiling of the Trap0eHandler body when the cause is CSAM. */
  • trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp

    r8557 r9397  
    493493    GEN_CHECK_OFF(PGM, cZeroPages);
    494494    GEN_CHECK_OFF(PGM, cGuestModeChanges);
     495#ifdef VBOX_WITH_STATISTICS
     496    GEN_CHECK_OFF(PGM, pStatTrap0eAttributionHC);
     497#endif
    495498
    496499    GEN_CHECK_SIZE(PGMMAPPING);
Note: See TracChangeset for help on using the changeset viewer.

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