X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fsmp.h;h=068f119aa298fd7fb8d5f35f4e8ab8a2b3b34a0a;hb=bfe5d834195b3089b8846577311340376cc0f450;hp=98581e5a827957712599d215aa8ba7077e494187;hpb=24bfb00123e82a2e70bd115277d922438813515b;p=powerpc.git diff --git a/include/asm-powerpc/smp.h b/include/asm-powerpc/smp.h index 98581e5a82..068f119aa2 100644 --- a/include/asm-powerpc/smp.h +++ b/include/asm-powerpc/smp.h @@ -17,7 +17,6 @@ #define _ASM_POWERPC_SMP_H #ifdef __KERNEL__ -#include #include #include #include @@ -29,7 +28,6 @@ #endif extern int boot_cpuid; -extern int boot_cpuid_phys; extern void cpu_die(void); @@ -99,6 +97,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