x86: Unify node_to_cpumask_map handling between 32 and 64bit
[deliverable/linux.git] / arch / x86 / kernel / cpu / common.c
index 1d59834396bdc145c630e671d1bccd7769689a88..a2559c3ed500dbcc10ec3d54059ad2af4fe25c0d 100644 (file)
@@ -869,7 +869,7 @@ static void __cpuinit identify_cpu(struct cpuinfo_x86 *c)
 
        select_idle_routine(c);
 
-#if defined(CONFIG_NUMA) && defined(CONFIG_X86_64)
+#ifdef CONFIG_NUMA
        numa_add_cpu(smp_processor_id());
 #endif
 }
This page took 0.032314 seconds and 5 git commands to generate.