Loading arch/sh/boards/cayman/led.c +1 −1 Original line number Diff line number Diff line /* * arch/sh64/mach-cayman/led.c * arch/sh/boards/cayman/led.c * * Copyright (C) 2002 Stuart Menefy <stuart.menefy@st.com> * Loading arch/sh/boot/compressed/Makefile_64 +5 −5 Original line number Diff line number Diff line # # linux/arch/sh64/boot/compressed/Makefile # arch/sh/boot/compressed/Makefile_64 # # 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. # create a compressed vmlinux image from the original vmlinux # # Copyright (C) 2002 Stuart Menefy # Copyright (C) 2004 Paul Mundt # # create a compressed vmlinux image from the original vmlinux # 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. # targets := vmlinux vmlinux.bin vmlinux.bin.gz \ Loading arch/sh/boot/compressed/misc_64.c +1 −1 Original line number Diff line number Diff line /* * arch/sh64/boot/compressed/misc.c * arch/sh/boot/compressed/misc_64.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. Loading arch/sh/kernel/cpu/irq/intc-sh5.c +5 −5 Original line number Diff line number Diff line /* * 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. * arch/sh/kernel/cpu/irq/intc-sh5.c * * arch/sh64/kernel/irq_intc.c * Interrupt Controller support for SH5 INTC. * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2003 Paul Mundt * * Interrupt Controller support for SH5 INTC. * Per-interrupt selective. IRLM=0 (Fixed priority) is not * supported being useless without a cascaded interrupt * controller. * * 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> #include <linux/interrupt.h> Loading arch/sh/kernel/cpu/sh5/entry.S +6 −7 Original line number Diff line number Diff line /* * 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. * * arch/sh64/kernel/entry.S * arch/sh/kernel/cpu/sh5/entry.S * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2004, 2005 Paul Mundt * Copyright (C) 2004 - 2007 Paul Mundt * Copyright (C) 2003, 2004 Richard Curnow * * 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/errno.h> #include <linux/sys.h> Loading Loading
arch/sh/boards/cayman/led.c +1 −1 Original line number Diff line number Diff line /* * arch/sh64/mach-cayman/led.c * arch/sh/boards/cayman/led.c * * Copyright (C) 2002 Stuart Menefy <stuart.menefy@st.com> * Loading
arch/sh/boot/compressed/Makefile_64 +5 −5 Original line number Diff line number Diff line # # linux/arch/sh64/boot/compressed/Makefile # arch/sh/boot/compressed/Makefile_64 # # 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. # create a compressed vmlinux image from the original vmlinux # # Copyright (C) 2002 Stuart Menefy # Copyright (C) 2004 Paul Mundt # # create a compressed vmlinux image from the original vmlinux # 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. # targets := vmlinux vmlinux.bin vmlinux.bin.gz \ Loading
arch/sh/boot/compressed/misc_64.c +1 −1 Original line number Diff line number Diff line /* * arch/sh64/boot/compressed/misc.c * arch/sh/boot/compressed/misc_64.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. Loading
arch/sh/kernel/cpu/irq/intc-sh5.c +5 −5 Original line number Diff line number Diff line /* * 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. * arch/sh/kernel/cpu/irq/intc-sh5.c * * arch/sh64/kernel/irq_intc.c * Interrupt Controller support for SH5 INTC. * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2003 Paul Mundt * * Interrupt Controller support for SH5 INTC. * Per-interrupt selective. IRLM=0 (Fixed priority) is not * supported being useless without a cascaded interrupt * controller. * * 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> #include <linux/interrupt.h> Loading
arch/sh/kernel/cpu/sh5/entry.S +6 −7 Original line number Diff line number Diff line /* * 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. * * arch/sh64/kernel/entry.S * arch/sh/kernel/cpu/sh5/entry.S * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2004, 2005 Paul Mundt * Copyright (C) 2004 - 2007 Paul Mundt * Copyright (C) 2003, 2004 Richard Curnow * * 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/errno.h> #include <linux/sys.h> Loading