VirtualBox

Changeset 20917 in vbox


Ignore:
Timestamp:
Jun 25, 2009 9:24:06 AM (15 years ago)
Author:
vboxsync
Message:

Move VBOX_WITH_MULTI_CORE to Config.kmk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r20898 r20917  
    392392# Enable 64 bits guest pointers.
    393393VBOX_WITH_64_BITS_GUESTS = 1
     394# Enable multi-core VCPUs.
     395VBOX_WITH_MULTI_CORE = 1
    394396# Enable SMP support in guests
    395397##VBOX_WITH_SMP_GUESTS = 1
     
    10891091ifdef VBOX_WITH_SMP_GUESTS
    10901092 DEFS += VBOX_WITH_SMP_GUESTS
     1093endif
     1094ifdef VBOX_WITH_MULTI_CORE
     1095 DEFS += VBOX_WITH_MULTI_CORE
    10911096endif
    10921097ifdef VBOX_WITH_HARDENING
  • trunk/src/VBox/VMM/CPUM.cpp

    r20914 r20917  
    6767*   Defined Constants And Macros                                               *
    6868*******************************************************************************/
    69 /** Enable multi-core VCPUs. */
    70 #define VBOX_WITH_MULTI_CORE
    71 
    7269/** The saved state version. */
    7370#define CPUM_SAVED_STATE_VERSION                10
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette