From 815b32f253d866d2c06261216725a9e170efe595 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 09:34:47 -0600 Subject: [PATCH] --- yaml --- r: 165627 b: refs/heads/master c: 2377afdde16a50b72e0b7ddb96d6b905f73754e2 h: refs/heads/master i: 165625: c1108f119ebc5efae7691165540aec1892205f4d 165623: a510be465745c2d327fc18cb2d66a32008177b4f v: v3 --- [refs] | 2 +- trunk/arch/m32r/kernel/smpboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1c2949a39014..ab5b8e1783e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0748bd01773395003208996c4c0b3f80caf80976 +refs/heads/master: 2377afdde16a50b72e0b7ddb96d6b905f73754e2 diff --git a/trunk/arch/m32r/kernel/smpboot.c b/trunk/arch/m32r/kernel/smpboot.c index 655ea1c47a0f..e034844cfc0d 100644 --- a/trunk/arch/m32r/kernel/smpboot.c +++ b/trunk/arch/m32r/kernel/smpboot.c @@ -178,7 +178,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus) for (phys_id = 0 ; phys_id < nr_cpu ; phys_id++) physid_set(phys_id, phys_cpu_present_map); #ifndef CONFIG_HOTPLUG_CPU - cpu_present_map = cpu_possible_map; + init_cpu_present(&cpu_possible_map); #endif show_mp_info(nr_cpu);