projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NETFILTER]: nf_nat: use bool type in nf_nat_proto
[linux-2.6]
/
include
/
asm-m32r
/
smp.h
diff --git
a/include/asm-m32r/smp.h
b/include/asm-m32r/smp.h
index
abd937a
..
078e1a5
100644
(file)
--- a/
include/asm-m32r/smp.h
+++ b/
include/asm-m32r/smp.h
@@
-108,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 */