VirtualBox

Changeset 18995 in vbox


Ignore:
Timestamp:
Apr 17, 2009 2:39:55 PM (16 years ago)
Author:
vboxsync
Message:

SMP change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r18993 r18995  
    14091409                                N_("Configuration error: Querying \"NumCPUs\" as integer failed"));
    14101410
    1411 #ifdef VBOX_WITH_SMP_GUESTS
    14121411    LogRel(("[SMP] BIOS with %u CPUs\n", pThis->cCpus));
    1413 #else
    1414     /** @todo: move this check up in configuration chain */
    1415     if (pThis->cCpus != 1)
    1416     {
    1417         LogRel(("WARNING: guest SMP not supported in this build, going UP\n"));
    1418         pThis->cCpus = 1;
    1419     }
    1420 #endif
    14211412
    14221413    rc = CFGMR3QueryU8Def(pCfgHandle, "IOAPIC", &pThis->u8IOAPIC, 1);
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