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/tosa.c | |
| parent | d4354694e9813be1cb0b26ad1706701ea9b524ce (diff) | |
| download | focaccia-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/tosa.c')
| -rw-r--r-- | hw/tosa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/tosa.c b/hw/tosa.c index e7b2be31e4..75df52ec7d 100644 --- a/hw/tosa.c +++ b/hw/tosa.c @@ -123,5 +123,4 @@ QEMUMachine tosapda_machine = { .desc = "Tosa PDA (PXA255)", .init = tosa_init, .ram_require = TOSA_RAM + TOSA_ROM + PXA2XX_INTERNAL_SIZE + RAMSIZE_FIXED, - .max_cpus = 1, }; |