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/stellaris.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/stellaris.c') diff --git a/hw/stellaris.c b/hw/stellaris.c index 4645bd6..5948079 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -1417,7 +1417,6 @@ QEMUMachine lm3s811evb_machine = { .desc = "Stellaris LM3S811EVB", .init = lm3s811evb_init, .ram_require = (64 * 1024 + 8 * 1024) | RAMSIZE_FIXED, - .max_cpus = 1, }; QEMUMachine lm3s6965evb_machine = { @@ -1425,5 +1424,4 @@ QEMUMachine lm3s6965evb_machine = { .desc = "Stellaris LM3S6965EVB", .init = lm3s6965evb_init, .ram_require = (256 * 1024 + 64 * 1024) | RAMSIZE_FIXED, - .max_cpus = 1, }; -- cgit v1.1