VirtualBox

Changeset 28754 in vbox


Ignore:
Timestamp:
Apr 26, 2010 3:18:55 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60636
Message:

Backed out 60634

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r28752 r28754  
    954954
    955955        /* The PD was cached or created; hook it up now. */
    956         pPdpe->u  = pShwPage->Core.Key
     956        pPdpe->u |= pShwPage->Core.Key
    957957                 | (pGstPdpe->u & ~(X86_PDPE_PG_MASK | X86_PDPE_AVL_MASK | X86_PDPE_PCD | X86_PDPE_PWT));
    958958
     
    10741074    }
    10751075    /* The PDPT was cached or created; hook it up now. */
    1076     pPml4e->u = pShwPage->Core.Key
     1076    pPml4e->u |= pShwPage->Core.Key
    10771077              | (pGstPml4e->u & ~(X86_PML4E_PG_MASK | X86_PML4E_AVL_MASK | X86_PML4E_PCD | X86_PML4E_PWT));
    10781078
     
    11141114    }
    11151115    /* The PD was cached or created; hook it up now. */
    1116     pPdpe->u = pShwPage->Core.Key
     1116    pPdpe->u |= pShwPage->Core.Key
    11171117             | (pGstPdpe->u & ~(X86_PDPE_PG_MASK | X86_PDPE_AVL_MASK | X86_PDPE_PCD | X86_PDPE_PWT));
    11181118
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