X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fsmp.h;h=b99ca786c0c1986c028c7dc325e91ca97ae26e7b;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=caa7b93f1bce4f2276e142fff92b081f92425855;hpb=eedab661a51966c454e38c17266a531aa58b4a98;p=linux-2.6 diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index caa7b93f1b..b99ca786c0 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h @@ -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 */