Changeset 17657 in vbox
- Timestamp:
- Mar 11, 2009 8:07:11 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r17546 r17657 554 554 bool fVTxDisabled; 555 555 556 #ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 556 557 if (RT_UNLIKELY(!PGMGetHyperCR3(pVM))) 557 558 { … … 559 560 return; 560 561 } 562 #endif 561 563 562 564 /* We might need to disable VT-x if the active switcher turns off paging. */ … … 798 800 return VERR_NOT_SUPPORTED; 799 801 802 #ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 800 803 if (RT_UNLIKELY(!PGMGetHyperCR3(pVM))) 801 804 return VERR_PGM_NO_CR3_SHADOW_ROOT; 805 #endif 802 806 803 807 RTCCUINTREG fFlags = ASMIntDisableFlags();
Note:
See TracChangeset
for help on using the changeset viewer.