]> xenbits.xensource.com Git - people/aperard/xen-arm.git/commitdiff
Force 1 cpu.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 16 Jan 2013 17:23:58 +0000 (17:23 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 28 Jan 2013 15:55:20 +0000 (15:55 +0000)
xen/arch/arm/setup.c

index ecadc0caff520960bd9beb264167f9b99e98e784..ef5de14936a3259007c70e04efd154d3960605e6 100644 (file)
@@ -345,7 +345,7 @@ void __init start_xen(unsigned long boot_phys_offset,
         + (atag_paddr & ((1 << SECOND_SHIFT) - 1));
     fdt_size = device_tree_early_init(fdt);
 
-    cpus = smp_get_max_cpus();
+    cpus = 1;
     cmdline_parse(device_tree_bootargs(fdt));
 
     setup_pagetables(boot_phys_offset, get_xen_paddr());