Changeset 20679 in vbox for trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
- Timestamp:
- Jun 18, 2009 10:38:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
r20592 r20679 68 68 return rc; 69 69 70 #if 0 71 /* Can clear CPU objects at all here, if needed */ 70 /* Clear CPU objects at all, if needed */ 72 71 bool fShowCpu; 73 72 rc = CFGMR3QueryBoolDef(pDevIns->pCfgHandle, "ShowCpu", &fShowCpu, false); … … 77 76 if (!fShowCpu) 78 77 cNumCpus = 0; 79 #endif80 78 81 79 /**
Note:
See TracChangeset
for help on using the changeset viewer.