Changeset 13695 in vbox
- Timestamp:
- Oct 30, 2008 9:52:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r13694 r13695 77 77 #include "VMMSwitcher/VMMSwitcher.h" 78 78 #include <VBox/vm.h> 79 79 80 #include <VBox/err.h> 80 81 #include <VBox/param.h> … … 129 130 # endif 130 131 NULL //&vmmR3SwitcherAMD64ToAMD64_Def, 131 #else 132 #else /* RT_ARCH_AMD64 */ 132 133 NULL, //&vmmR3Switcher32BitTo32Bit_Def, 133 134 NULL, //&vmmR3Switcher32BitToPAE_Def, … … 138 139 &vmmR3SwitcherAMD64ToPAE_Def, 139 140 NULL //&vmmR3SwitcherAMD64ToAMD64_Def, 140 #endif 141 #endif /* RT_ARCH_AMD64 */ 141 142 }; 142 143 … … 181 182 if (rc == VERR_PGM_INTERMEDIATE_PAGING_CONFLICT) 182 183 { 183 /* try more allocations - Solaris */184 const unsigned cTries = 4112;184 /* try more allocations - Solaris, Linux. */ 185 const unsigned cTries = 8234; 185 186 struct VMMInitBadTry 186 187 {
Note:
See TracChangeset
for help on using the changeset viewer.