X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fsmp.h;h=b99ca786c0c1986c028c7dc325e91ca97ae26e7b;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=71ecddf70db382f7153b6f6888eec216056914b9;hpb=fecf3404f4aba6d0edeba31eeb018cbb6326dff2;p=linux-2.6 diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index 71ecddf70d..b99ca786c0 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h @@ -15,7 +15,7 @@ #ifdef CONFIG_SMP -#include +#include #include #include @@ -39,4 +39,6 @@ extern struct smp_fn_call_struct smp_fn_call; #endif /* CONFIG_SMP */ +#define hard_smp_processor_id() (0) + #endif /* __ASM_SH_SMP_H */