aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh5/setup-sh5-101.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-20 18:33:03 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:50 +0900
commite88ed82ef8c385f84333cb8f30aec6dcb1f9e76f (patch)
treee6752742677fa4fde8e27f71d17ff3f5f969267f /arch/sh/kernel/cpu/sh5/setup-sh5-101.c
parentsh: Add the SH-5 cpu type symbolic names. (diff)
downloadlinux-dev-e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f.tar.xz
linux-dev-e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f.zip
sh: Stub in CPU subtype setup code for SH5-101/103.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/cpu/sh5/setup-sh5-101.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh5/setup-sh5-101.c b/arch/sh/kernel/cpu/sh5/setup-sh5-101.c
new file mode 100644
index 000000000000..3680012d7109
--- /dev/null
+++ b/arch/sh/kernel/cpu/sh5/setup-sh5-101.c
@@ -0,0 +1,15 @@
+/*
+ * SH5-101 Setup
+ *
+ * Copyright (C) 2007 Paul Mundt
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ */
+#include <linux/init.h>
+
+void __init plat_irq_setup(void)
+{
+ /* do nothing - all IRL interrupts are handled by the board code */
+}