Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / arm / kernel / setup.c
index a1a2fbaaa31c50cb39f751a9a0a167e2552e8981..1c8278de6c46c65e76d72962c76031d5457ea1bf 100644 (file)
@@ -458,7 +458,7 @@ void notrace cpu_init(void)
 #endif
 }
 
-int __cpu_logical_map[NR_CPUS];
+u32 __cpu_logical_map[NR_CPUS] = { [0 ... NR_CPUS-1] = MPIDR_INVALID };
 
 void __init smp_setup_processor_id(void)
 {
This page took 0.026829 seconds and 5 git commands to generate.