Changeset 20192 in vbox
- Timestamp:
- Jun 2, 2009 1:14:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48031
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r20189 r20192 3831 3831 else 3832 3832 { 3833 /* All other VCPUs go into the wait for SIPI state. */ 3833 /* All other VCPUs go into the wait for SIPI state. 3834 * Make sure we clear all pending forced actions. 3835 */ 3836 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_ALL_MASK & ~VMCPU_FF_REQUEST); 3834 3837 pVCpu->em.s.enmState = EMSTATE_WAIT_SIPI; 3835 3838 }
Note:
See TracChangeset
for help on using the changeset viewer.