VirtualBox

Changeset 18664 in vbox for trunk/src


Ignore:
Timestamp:
Apr 2, 2009 7:08:27 PM (16 years ago)
Author:
vboxsync
Message:

Main: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r18645 r18664  
    245245#ifdef RT_OS_DARWIN
    246246    rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced",      fHWVirtExEnabled);      RC_CHECK();
    247 #elif defined(VBOX_WITH_NEW_PHYS_CODE)
     247#else
    248248    /* With more than 4GB PGM will use different RAMRANGE sizes for raw mode and hv mode to optimize lookup times. */
    249249    rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced",      fHWVirtExEnabled && cbRam > (_4G - cbRamHole)); RC_CHECK();
    250 #else
    251     rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced",      0);                     RC_CHECK();
    252250#endif
    253251
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