x86: Unify node_to_cpumask_map handling between 32 and 64bit
[pandora-kernel.git] / arch / x86 / kernel / cpu / common.c
index 1d59834..a2559c3 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
 }