VirtualBox

Changeset 32541 in vbox


Ignore:
Timestamp:
Sep 16, 2010 9:00:26 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65924
Message:

Don't bother checking for virtual handlers in ring-0.

File:
1 edited

Legend:

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

    r32539 r32541  
    269269        }
    270270    }
    271 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
     271# if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) && !defined(IN_RING0)
    272272    else
    273273    {
     
    773773    STAM_PROFILE_START(&pVCpu->pgm.s.CTX_SUFF(pStats)->StatRZTrap0eTimeOutOfSync, c);
    774774
    775 #  if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
     775#  if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) && !defined(IN_RING0)
    776776    if (uErr & X86_TRAP_PF_P)
    777777    {
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