VirtualBox

Changeset 9596 in vbox


Ignore:
Timestamp:
Jun 11, 2008 10:03:56 AM (17 years ago)
Author:
vboxsync
Message:

PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD is the same as PGMPOOLKIND_PAE_PD_FOR_PAE_PD.

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

Legend:

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

    r9570 r9596  
    13691369    /** Shw: 64-bit page directory pointer table;   Gst: 64-bit page directory pointer table. */
    13701370    PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT,
    1371     /** Shw: 64-bit page directory table;   Gst: 64-bit page directory table. */
    1372     PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD,
    13731371
    13741372    /** Shw: Root 32-bit page directory. */
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r9589 r9596  
    777777
    778778        Assert(!(pPdpe->u & X86_PDPE_PG_MASK));
    779         rc = pgmPoolAlloc(pVM, pPdptGst->a[iPdPt].u & X86_PDPE_PG_MASK, PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD, PGMPOOL_IDX_PDPT, iPdPt, &pShwPage);
     779        rc = pgmPoolAlloc(pVM, pPdptGst->a[iPdPt].u & X86_PDPE_PG_MASK, PGMPOOLKIND_PAE_PD_FOR_PAE_PD, PGMPOOL_IDX_PDPT, iPdPt, &pShwPage);
    780780        if (rc == VERR_PGM_POOL_FLUSHED)
    781781            return VINF_PGM_SYNC_CR3;
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