]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/smp.h
Merge ../linux-2.6
[linux-2.6] / include / asm-powerpc / smp.h
index 98581e5a827957712599d215aa8ba7077e494187..4a716f707cf670036ac8ec1903f37ca91c95c07d 100644 (file)
@@ -29,7 +29,6 @@
 #endif
 
 extern int boot_cpuid;
-extern int boot_cpuid_phys;
 
 extern void cpu_die(void);
 
@@ -99,6 +98,7 @@ extern void smp_release_cpus(void);
 #else
 /* 32-bit */
 #ifndef CONFIG_SMP
+extern int boot_cpuid_phys;
 #define get_hard_smp_processor_id(cpu)         boot_cpuid_phys
 #define set_hard_smp_processor_id(cpu, phys)
 #endif