diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-28 10:59:59 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-28 10:59:59 +0000 |
commit | 3d878caab914d6ac7b3b69e458971b7550ea790b (patch) | |
tree | c5f52cbc4b19e76d0a05e29efd4ff7309f9feaa8 /hw/mips_malta.c | |
parent | d4354694e9813be1cb0b26ad1706701ea9b524ce (diff) |
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/mips_malta.c')
-rw-r--r-- | hw/mips_malta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index e1999d52e6..629e91470b 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -950,5 +950,4 @@ QEMUMachine mips_malta_machine = { .init = mips_malta_init, .ram_require = VGA_RAM_SIZE + BIOS_SIZE, .nodisk_ok = 1, - .max_cpus = 1, }; |