summary refs log tree commit diff stats
path: root/hw/ppc_oldworld.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-28 10:59:59 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-28 10:59:59 +0000
commit3d878caab914d6ac7b3b69e458971b7550ea790b (patch)
treec5f52cbc4b19e76d0a05e29efd4ff7309f9feaa8 /hw/ppc_oldworld.c
parentd4354694e9813be1cb0b26ad1706701ea9b524ce (diff)
downloadfocaccia-qemu-3d878caab914d6ac7b3b69e458971b7550ea790b.tar.gz
focaccia-qemu-3d878caab914d6ac7b3b69e458971b7550ea790b.zip
Set default max_cpus to one.
Clean-up machine definitions.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5566 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r--hw/ppc_oldworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c
index 75faeb3c44..02655962fd 100644
--- a/hw/ppc_oldworld.c
+++ b/hw/ppc_oldworld.c
@@ -370,5 +370,5 @@ QEMUMachine heathrow_machine = {
     .desc = "Heathrow based PowerMAC",
     .init = ppc_heathrow_init,
     .ram_require = BIOS_SIZE + VGA_RAM_SIZE,
-    .max_cpus = 1,
+    .max_cpus = MAX_CPUS,
 };