Changeset 46284 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 27, 2013 11:52:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46280 r46284 7153 7153 VMX_VALIDATE_EXIT_HANDLER_PARAMS(); 7154 7154 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) 7156 7157 Assert(ASMIntAreEnabled()); 7157 7158 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.