Changeset 75649 in vbox
- Timestamp:
- Nov 21, 2018 6:09:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r75646 r75649 792 792 && RTMpGetOnlineCount() >= 4) 793 793 { 794 /** @todo Figure out how we can skip this if it haven't help recently... */ 794 /** @todo Figure out how we can skip this if it hasn't help recently... 795 * @bugref{9172#c12} */ 795 796 uint32_t cSpinLoops = 42; 796 797 while (cSpinLoops-- > 0) … … 1587 1588 vmmR0RecordRC(pVM, pVCpu, rc); 1588 1589 #endif 1589 1590 #if 1 1590 1591 /* 1591 1592 * If this is a halt. … … 1593 1594 if (rc != VINF_EM_HALT) 1594 1595 { /* we're not in a hurry for a HLT, so prefer this path */ } 1595 else //if (VMCPU_FF_IS_ANY_SET())1596 else 1596 1597 { 1597 1598 pVCpu->vmm.s.iLastGZRc = rc = vmmR0DoHalt(pGVM, pVM, pGVCpu, pVCpu); … … 1603 1604 pVCpu->vmm.s.cR0HaltsToRing3++; 1604 1605 } 1606 #endif 1605 1607 } 1606 1608 /*
Note:
See TracChangeset
for help on using the changeset viewer.