VirtualBox

Changeset 46284 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 27, 2013 11:52:30 AM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: 32-bit host fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46280 r46284  
    71537153    VMX_VALIDATE_EXIT_HANDLER_PARAMS();
    71547154    STAM_COUNTER_INC(&pVCpu->hm.s.StatExitExtInt);
    7155 #ifdef VBOX_WITH_VMMR0_DISABLE_PREEMPTION
     7155    /* 32-bit Windows hosts (4 cores) has trouble with this; causes higher interrupt latency. */
     7156#if HC_ARCH_BITS == 64 && defined(VBOX_WITH_VMMR0_DISABLE_PREEMPTION)
    71567157    Assert(ASMIntAreEnabled());
    71577158    return VINF_SUCCESS;
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