aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-06-20 18:23:49 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-06-20 18:23:49 +0900
commit027e56e68543780870fda74360ca45e392c50e1c (patch)
tree989b160054ce11833b7edfadfa3af32325b41706 /include/asm-sh
parentsh: Check oops_may_print() in unhandled fault. (diff)
downloadlinux-dev-027e56e68543780870fda74360ca45e392c50e1c.tar.xz
linux-dev-027e56e68543780870fda74360ca45e392c50e1c.zip
sh: Hook up hard_smp_processor_id() for INTC2 block.
We need to know the CPU ID in order to calculate the mask and ack registers effectively. Stub this in for UP. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/smp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h
index caa7b93f1bce..b99ca786c0c1 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 */