Changeset 20217 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 3, 2009 8:18:38 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/PC/DevACPI.cpp ¶
r20214 r20217 1852 1852 N_("Configuration error: Failed to read \"ShowCpu\"")); 1853 1853 1854 /* Always show the CPU leafs when we have multiple VCPUs or when the IO-APIC is enabled. */ 1854 /* Always show the CPU leafs when we have multiple VCPUs or when the IO-APIC is enabled. 1855 * The Windows SMP kernel needs a CPU leaf or else its idle loop will burn cpu cycles; the 1856 * intelppm driver refuses to register an idle state handler. 1857 */ 1855 1858 if ( s->cCpus > 1 1856 1859 || s->u8UseIOApic)
Note:
See TracChangeset
for help on using the changeset viewer.