Loading arch/sh/kernel/cpu/sh5/Makefile +7 −0 Original line number Diff line number Diff line # # 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 arch/sh/kernel/cpu/sh5/setup-sh5-101.c 0 → 100644 +15 −0 Original line number Diff line number Diff line /* * 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 */ } Loading
arch/sh/kernel/cpu/sh5/Makefile +7 −0 Original line number Diff line number Diff line # # 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
arch/sh/kernel/cpu/sh5/setup-sh5-101.c 0 → 100644 +15 −0 Original line number Diff line number Diff line /* * 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 */ }