From 3d878caab914d6ac7b3b69e458971b7550ea790b Mon Sep 17 00:00:00 2001 From: balrog Date: Tue, 28 Oct 2008 10:59:59 +0000 Subject: 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 --- hw/nseries.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hw/nseries.c') diff --git a/hw/nseries.c b/hw/nseries.c index 3fd8099aae..80fd9e81df 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -1407,14 +1407,14 @@ QEMUMachine n800_machine = { .name = "n800", .desc = "Nokia N800 tablet aka. RX-34 (OMAP2420)", .init = n800_init, - .ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED, - .max_cpus = 1, + .ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | + RAMSIZE_FIXED, }; QEMUMachine n810_machine = { .name = "n810", .desc = "Nokia N810 tablet aka. RX-44 (OMAP2420)", .init = n810_init, - .ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED, - .max_cpus = 1, + .ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | + RAMSIZE_FIXED, }; -- cgit v1.2.3