Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f
Commit:     e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f
Parent:     c2672f62e734292bca4ce4ab5e89c7e04ecb70dc
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 20 18:33:03 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:50 2008 +0900

    sh: Stub in CPU subtype setup code for SH5-101/103.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh5/Makefile        |    7 +++++++
 arch/sh/kernel/cpu/sh5/setup-sh5-101.c |   15 +++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh5/Makefile b/arch/sh/kernel/cpu/sh5/Makefile
index c7a9873..0ef257b 100644
--- a/arch/sh/kernel/cpu/sh5/Makefile
+++ b/arch/sh/kernel/cpu/sh5/Makefile
@@ -1,4 +1,11 @@
+#
+# Makefile for the Linux/SuperH SH-5 backends.
+#
 obj-y := entry.o probe.o switchto.o
 
 obj-$(CONFIG_SH_FPU)           += fpu.o
 obj-$(CONFIG_KALLSYMS)         += unwind.o
+
+# CPU subtype setup
+obj-$(CONFIG_CPU_SUBTYPE_SH5_101)      += setup-sh5-101.o
+obj-$(CONFIG_CPU_SUBTYPE_SH5_103)      += setup-sh5-101.o
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 0000000..3680012
--- /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 */
+}
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to