Changeset 30375 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 22, 2010 1:36:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62974
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r30181 r30375 2768 2768 { 2769 2769 Assert(exitReason == VMX_EXIT_EXTERNAL_IRQ); 2770 #if 0 //def VBOX_WITH_VMMR0_DISABLE_PREEMPTION 2771 if ( RTThreadPreemptIsPendingTrusty() 2772 && !RTThreadPreemptIsPending(NIL_RTTHREAD)) 2773 { 2774 STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatExit2Sub3, y3); 2775 goto ResumeExecution; 2776 } 2777 #endif 2770 2778 /* External interrupt; leave to allow it to be dispatched again. */ 2771 2779 rc = VINF_EM_RAW_INTERRUPT;
Note:
See TracChangeset
for help on using the changeset viewer.