X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m32r%2Fsmp.h;h=078e1a51a042a74a6eeda6c48d3f8882a466f2fc;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=650d2558c304c1e271e034c54246e8203f6bc3e5;hpb=be883da7594b0a2a02074e683673ae0e522566a4;p=linux-2.6 diff --git a/include/asm-m32r/smp.h b/include/asm-m32r/smp.h index 650d2558c3..078e1a51a0 100644 --- a/include/asm-m32r/smp.h +++ b/include/asm-m32r/smp.h @@ -1,9 +1,6 @@ #ifndef _ASM_M32R_SMP_H #define _ASM_M32R_SMP_H -/* $Id$ */ - - #ifdef CONFIG_SMP #ifndef __ASSEMBLY__ @@ -111,6 +108,10 @@ extern unsigned long send_IPI_mask_phys(cpumask_t, int, int); #define IPI_SHIFT (0) #define NR_IPIS (8) -#endif /* CONFIG_SMP */ +#else /* CONFIG_SMP */ + +#define hard_smp_processor_id() 0 + +#endif /* CONFIG_SMP */ #endif /* _ASM_M32R_SMP_H */