Changeset 20917 in vbox
- Timestamp:
- Jun 25, 2009 9:24:06 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (2 diffs)
-
src/VBox/VMM/CPUM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r20898 r20917 392 392 # Enable 64 bits guest pointers. 393 393 VBOX_WITH_64_BITS_GUESTS = 1 394 # Enable multi-core VCPUs. 395 VBOX_WITH_MULTI_CORE = 1 394 396 # Enable SMP support in guests 395 397 ##VBOX_WITH_SMP_GUESTS = 1 … … 1089 1091 ifdef VBOX_WITH_SMP_GUESTS 1090 1092 DEFS += VBOX_WITH_SMP_GUESTS 1093 endif 1094 ifdef VBOX_WITH_MULTI_CORE 1095 DEFS += VBOX_WITH_MULTI_CORE 1091 1096 endif 1092 1097 ifdef VBOX_WITH_HARDENING -
trunk/src/VBox/VMM/CPUM.cpp
r20914 r20917 67 67 * Defined Constants And Macros * 68 68 *******************************************************************************/ 69 /** Enable multi-core VCPUs. */70 #define VBOX_WITH_MULTI_CORE71 72 69 /** The saved state version. */ 73 70 #define CPUM_SAVED_STATE_VERSION 10
Note:
See TracChangeset
for help on using the changeset viewer.

