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/gumstix.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/gumstix.c')
-rw-r--r-- | hw/gumstix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/gumstix.c b/hw/gumstix.c index f184648e56..29cd69df24 100644 --- a/hw/gumstix.c +++ b/hw/gumstix.c @@ -126,7 +126,6 @@ QEMUMachine connex_machine = { .desc = "Gumstix Connex (PXA255)", .init = connex_init, .ram_require = (0x05000000 + PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED, - .max_cpus = 1, }; QEMUMachine verdex_machine = { @@ -134,5 +133,4 @@ QEMUMachine verdex_machine = { .desc = "Gumstix Verdex (PXA270)", .init = verdex_init, .ram_require = (0x12000000 + PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED, - .max_cpus = 1, }; |