VirtualBox

Changeset 30840 in vbox


Ignore:
Timestamp:
Jul 14, 2010 2:08:02 PM (15 years ago)
Author:
vboxsync
Message:

Alignment fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r30819 r30840  
    15851585    STAM_REL_REG(pVM, &pPGM->ChunkR3Map.c,                       STAMTYPE_U32,     "/PGM/ChunkR3Map/c",                  STAMUNIT_COUNT,     "Number of mapped chunks.");
    15861586    STAM_REL_REG(pVM, &pPGM->ChunkR3Map.cMax,                    STAMTYPE_U32,     "/PGM/ChunkR3Map/cMax",               STAMUNIT_COUNT,     "Maximum number of mapped chunks.");
    1587     STAM_REL_REG(pVM, &pPGM->cMappedChunks,                      STAMTYPE_U32,     "/PGM/Chunk/Map",                     STAMUNIT_COUNT,     "Number of times we mapped a chunk.");
    1588     STAM_REL_REG(pVM, &pPGM->cUnmappedChunks,                    STAMTYPE_U32,     "/PGM/Chunk/Unmap",                   STAMUNIT_COUNT,     "Number of times we unmapped a chunk.");
     1587    STAM_REL_REG(pVM, &pPGM->cMappedChunks,                      STAMTYPE_U32,     "/PGM/ChunkR3Map/Mapped",             STAMUNIT_COUNT,     "Number of times we mapped a chunk.");
     1588    STAM_REL_REG(pVM, &pPGM->cUnmappedChunks,                    STAMTYPE_U32,     "/PGM/ChunkR3Map/Unmapped",           STAMUNIT_COUNT,     "Number of times we unmapped a chunk.");
    15891589
    15901590    STAM_REL_REG(pVM, &pPGM->StatLargePageAlloc,                 STAMTYPE_COUNTER, "/PGM/LargePage/Alloc",               STAMUNIT_OCCURENCES, "The number of large pages we've used.");
  • trunk/src/VBox/VMM/PGMInternal.h

    r30836 r30840  
    26672667        R3R0PTRTYPE(PAVLU32NODECORE) pTree;
    26682668#endif
     2669#if HC_ARCH_BITS == 32
     2670        uint32_t                    u32Alignment;
     2671#endif
    26692672        /** The chunk mapping TLB. */
    26702673        PGMCHUNKR3MAPTLB            Tlb;
     
    26782681        /** Number of pgmR3PhysChunkFindUnmapCandidate calls left to the next ageing. */
    26792682        uint32_t                    AgeingCountdown;
    2680     }                               ChunkR3Map;
     2683    } ChunkR3Map;
    26812684
    26822685    /**
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