VirtualBox

Changeset 17216 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 27, 2009 4:35:48 PM (16 years ago)
Author:
vboxsync
Message:

Removed unnecessary invlpg for HWVirtEx mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r17215 r17216  
    45094509        if (RT_SUCCESS(rc))
    45104510        {
     4511# ifdef IN_RC
    45114512            PGM_INVL_PG(pVM->pgm.s.GCPtrCR3Mapping);
     4513# endif
    45124514# if PGM_GST_TYPE == PGM_TYPE_32BIT
    45134515            pVM->pgm.s.pGst32BitPdR3 = (R3PTRTYPE(PX86PD))HCPtrGuestCR3;
     
    45244526#  endif
    45254527            pVM->pgm.s.pGstPaePdptRC = (RCPTRTYPE(PX86PDPT))((RCPTRTYPE(uint8_t *))pVM->pgm.s.GCPtrCR3Mapping + off);
    4526             Log(("Cached mapping %RGv\n", pVM->pgm.s.pGstPaePdptRC));
     4528            Log(("Cached mapping %RRv\n", pVM->pgm.s.pGstPaePdptRC));
    45274529
    45284530            /*
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