VirtualBox

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


Ignore:
Timestamp:
Apr 8, 2011 3:38:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71083
Message:

Fix regression introduced with r70774. Change the RC structure of the mapping cache instead of the R0 one

File:
1 edited

Legend:

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

    r36441 r36627  
    16771677    int32_t volatile            cRefs;
    16781678    /** PTE pointer union. */
    1679     union PGMRCDYNMAPENTRY_PPTE
     1679    struct PGMRCDYNMAPENTRY_PPTE
    16801680    {
    16811681        /** PTE pointer, 32-bit legacy version. */
     
    16831683        /** PTE pointer, PAE version. */
    16841684        RCPTRTYPE(PX86PTEPAE)   pPae;
    1685         /** PTE pointer, the void version. */
    1686         RTRCPTR                 pv;
    16871685    } uPte;
    16881686    /** Alignment padding. */
     
    17121710    /** The cache size given as a number of pages. */
    17131711    uint32_t                        cPages;
    1714     /** Whether it's 32-bit legacy or PAE/AMD64 paging mode. */
    1715     bool                            fLegacyMode;
    17161712    /** The current load.
    17171713     * This does not include guard pages. */
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