Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a23ba435 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: comment tidying for sh64->sh migration.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4b27c47c
Loading
Loading
Loading
Loading
+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>
 *
+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 \
+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.
+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>
+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