sh: kernel: convert to SPDX identifiers
Update license to use SPDX-License-Identifier instead of verbose license text. Link: http://lkml.kernel.org/r/8736rccswn.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b0a148f80c
commit
5933f6d220
@ -1,13 +1,10 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* arch/sh/kernel/debugtraps.S
|
* arch/sh/kernel/debugtraps.S
|
||||||
*
|
*
|
||||||
* Debug trap jump tables for SuperH
|
* Debug trap jump tables for SuperH
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 - 2008 Paul Mundt
|
* Copyright (C) 2006 - 2008 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/sys.h>
|
#include <linux/sys.h>
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Disassemble SuperH instructions.
|
* Disassemble SuperH instructions.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 kaz Kojima
|
* Copyright (C) 1999 kaz Kojima
|
||||||
* Copyright (C) 2008 Paul Mundt
|
* Copyright (C) 2008 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2004 - 2007 Paul Mundt
|
* Copyright (C) 2004 - 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/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1991, 1992 Linus Torvalds
|
* Copyright (C) 1991, 1992 Linus Torvalds
|
||||||
* Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
|
* Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
|
||||||
* Copyright (C) 2009 Matt Fleming
|
* Copyright (C) 2009 Matt Fleming
|
||||||
* Copyright (C) 2002 - 2012 Paul Mundt
|
* Copyright (C) 2002 - 2012 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/kallsyms.h>
|
#include <linux/kallsyms.h>
|
||||||
#include <linux/ftrace.h>
|
#include <linux/ftrace.h>
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2009 Matt Fleming <matt@console-pimps.org>
|
* Copyright (C) 2009 Matt Fleming <matt@console-pimps.org>
|
||||||
*
|
*
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* This is an implementation of a DWARF unwinder. Its main purpose is
|
* This is an implementation of a DWARF unwinder. Its main purpose is
|
||||||
* for generating stacktrace information. Based on the DWARF 3
|
* for generating stacktrace information. Based on the DWARF 3
|
||||||
* specification from http://www.dwarfstd.org.
|
* specification from http://www.dwarfstd.org.
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* Copyright (C) 1999, 2000, 2002 Niibe Yutaka
|
* Copyright (C) 1999, 2000, 2002 Niibe Yutaka
|
||||||
* Copyright (C) 2003 - 2008 Paul Mundt
|
* Copyright (C) 2003 - 2008 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.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
! NOTE:
|
! NOTE:
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
/* $Id: head.S,v 1.7 2003/09/01 17:58:19 lethal Exp $
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
* $Id: head.S,v 1.7 2003/09/01 17:58:19 lethal Exp $
|
||||||
*
|
*
|
||||||
* arch/sh/kernel/head.S
|
* arch/sh/kernel/head.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
|
* Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
|
||||||
* Copyright (C) 2010 Matt Fleming
|
* Copyright (C) 2010 Matt Fleming
|
||||||
*
|
*
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* Head.S contains the SH exception handlers and startup code.
|
* Head.S contains the SH exception handlers and startup code.
|
||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* arch/sh/kernel/head_64.S
|
* arch/sh/kernel/head_64.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2001 Paolo Alberelli
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
||||||
* Copyright (C) 2003, 2004 Paul Mundt
|
* Copyright (C) 2003, 2004 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>
|
#include <linux/init.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/hw_breakpoint.c
|
* arch/sh/kernel/hw_breakpoint.c
|
||||||
*
|
*
|
||||||
* Unified kernel/user-space hardware breakpoint facility for the on-chip UBC.
|
* Unified kernel/user-space hardware breakpoint facility for the on-chip UBC.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 - 2010 Paul Mundt
|
* Copyright (C) 2009 - 2010 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>
|
#include <linux/init.h>
|
||||||
#include <linux/perf_event.h>
|
#include <linux/perf_event.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* The idle loop for all SuperH platforms.
|
* The idle loop for all SuperH platforms.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 - 2009 Paul Mundt
|
* Copyright (C) 2002 - 2009 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/io.c - Machine independent I/O functions.
|
* arch/sh/kernel/io.c - Machine independent I/O functions.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 - 2009 Stuart Menefy
|
* Copyright (C) 2000 - 2009 Stuart Menefy
|
||||||
* Copyright (C) 2005 Paul Mundt
|
* Copyright (C) 2005 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Trapped io support
|
* Trapped io support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Magnus Damm
|
* Copyright (C) 2008 Magnus Damm
|
||||||
*
|
*
|
||||||
* Intercept io operations by trapping.
|
* Intercept io operations by trapping.
|
||||||
*
|
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/iomap.c
|
* arch/sh/kernel/iomap.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Niibe Yutaka
|
* Copyright (C) 2000 Niibe Yutaka
|
||||||
* Copyright (C) 2005 - 2007 Paul Mundt
|
* Copyright (C) 2005 - 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/ioport.c
|
* arch/sh/kernel/ioport.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Niibe Yutaka
|
* Copyright (C) 2000 Niibe Yutaka
|
||||||
* Copyright (C) 2005 - 2007 Paul Mundt
|
* Copyright (C) 2005 - 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SHcompact irqflags support
|
* SHcompact irqflags support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 - 2009 Paul Mundt
|
* Copyright (C) 2006 - 2009 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/irqflags.h>
|
#include <linux/irqflags.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SHmedia irqflags support
|
* SHmedia irqflags support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 - 2009 Paul Mundt
|
* Copyright (C) 2006 - 2009 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/irqflags.h>
|
#include <linux/irqflags.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SuperH KGDB support
|
* SuperH KGDB support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 - 2012 Paul Mundt
|
* Copyright (C) 2008 - 2012 Paul Mundt
|
||||||
*
|
*
|
||||||
* Single stepping taken from the old stub by Henry Bell and Jeremy Siegel.
|
* Single stepping taken from the old stub by Henry Bell and Jeremy Siegel.
|
||||||
*
|
|
||||||
* 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/kgdb.h>
|
#include <linux/kgdb.h>
|
||||||
#include <linux/kdebug.h>
|
#include <linux/kdebug.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Kernel probes (kprobes) for SuperH
|
* Kernel probes (kprobes) for SuperH
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Chris Smith <chris.smith@st.com>
|
* Copyright (C) 2007 Chris Smith <chris.smith@st.com>
|
||||||
* Copyright (C) 2006 Lineo Solutions, Inc.
|
* Copyright (C) 2006 Lineo Solutions, Inc.
|
||||||
*
|
|
||||||
* 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/kprobes.h>
|
#include <linux/kprobes.h>
|
||||||
#include <linux/extable.h>
|
#include <linux/extable.h>
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* machine_kexec.c - handle transition of Linux booting another kernel
|
* machine_kexec.c - handle transition of Linux booting another kernel
|
||||||
* Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com>
|
* Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com>
|
||||||
*
|
*
|
||||||
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz
|
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz
|
||||||
* LANDISK/sh4 supported by kogiidena
|
* LANDISK/sh4 supported by kogiidena
|
||||||
*
|
|
||||||
* This source code is licensed under the GNU General Public License,
|
|
||||||
* Version 2. See the file COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/kexec.h>
|
#include <linux/kexec.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/machvec.c
|
* arch/sh/kernel/machvec.c
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 1999 Niibe Yutaka
|
* Copyright (C) 1999 Niibe Yutaka
|
||||||
* Copyright (C) 2002 - 2007 Paul Mundt
|
* Copyright (C) 2002 - 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>
|
#include <linux/init.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/* Kernel module help for SH.
|
/* Kernel module help for SH.
|
||||||
|
|
||||||
SHcompact version by Kaz Kojima and Paul Mundt.
|
SHcompact version by Kaz Kojima and Paul Mundt.
|
||||||
@ -9,20 +10,6 @@
|
|||||||
|
|
||||||
Based on the sh version, and on code from the sh64-specific parts of
|
Based on the sh version, and on code from the sh64-specific parts of
|
||||||
modutils, originally written by Richard Curnow and Ben Gaster.
|
modutils, originally written by Richard Curnow and Ben Gaster.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
*/
|
||||||
#include <linux/moduleloader.h>
|
#include <linux/moduleloader.h>
|
||||||
#include <linux/elf.h>
|
#include <linux/elf.h>
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 Atmel Corporation
|
* Copyright (C) 2007 Atmel Corporation
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/kdebug.h>
|
#include <linux/kdebug.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Performance event callchain support - SuperH architecture code
|
* Performance event callchain support - SuperH architecture code
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Paul Mundt
|
* Copyright (C) 2009 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Performance event support framework for SuperH hardware counters.
|
* Performance event support framework for SuperH hardware counters.
|
||||||
*
|
*
|
||||||
@ -15,10 +16,6 @@
|
|||||||
*
|
*
|
||||||
* ppc:
|
* ppc:
|
||||||
* Copyright 2008-2009 Paul Mackerras, IBM Corporation.
|
* Copyright 2008-2009 Paul Mackerras, IBM Corporation.
|
||||||
*
|
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/process.c
|
* arch/sh/kernel/process.c
|
||||||
*
|
*
|
||||||
@ -8,10 +9,6 @@
|
|||||||
* SuperH version: Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
|
* SuperH version: Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
|
||||||
* Copyright (C) 2006 Lineo Solutions Inc. support SH4A UBC
|
* Copyright (C) 2006 Lineo Solutions Inc. support SH4A UBC
|
||||||
* Copyright (C) 2002 - 2008 Paul Mundt
|
* Copyright (C) 2002 - 2008 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/process_64.c
|
* arch/sh/kernel/process_64.c
|
||||||
*
|
*
|
||||||
@ -12,10 +13,6 @@
|
|||||||
*
|
*
|
||||||
* In turn started from i386 version:
|
* In turn started from i386 version:
|
||||||
* Copyright (C) 1995 Linus Torvalds
|
* Copyright (C) 1995 Linus Torvalds
|
||||||
*
|
|
||||||
* 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/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SuperH process tracing
|
* SuperH process tracing
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
* Copyright (C) 2002 - 2009 Paul Mundt
|
* Copyright (C) 2002 - 2009 Paul Mundt
|
||||||
*
|
*
|
||||||
* Audit support by Yuichi Nakamura <ynakam@hitachisoft.jp>
|
* Audit support by Yuichi Nakamura <ynakam@hitachisoft.jp>
|
||||||
*
|
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/ptrace_64.c
|
* arch/sh/kernel/ptrace_64.c
|
||||||
*
|
*
|
||||||
@ -10,10 +11,6 @@
|
|||||||
* Original x86 implementation:
|
* Original x86 implementation:
|
||||||
* By Ross Biro 1/23/92
|
* By Ross Biro 1/23/92
|
||||||
* edited by Linus Torvalds
|
* edited by Linus Torvalds
|
||||||
*
|
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/rwsem.h>
|
#include <linux/rwsem.h>
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* relocate_kernel.S - put the kernel image in place to boot
|
* relocate_kernel.S - put the kernel image in place to boot
|
||||||
* 2005.9.17 kogiidena@eggplant.ddo.jp
|
* 2005.9.17 kogiidena@eggplant.ddo.jp
|
||||||
*
|
*
|
||||||
* LANDISK/sh4 is supported. Maybe, SH archtecture works well.
|
* LANDISK/sh4 is supported. Maybe, SH archtecture works well.
|
||||||
*
|
*
|
||||||
* 2009-03-18 Magnus Damm - Added Kexec Jump support
|
* 2009-03-18 Magnus Damm - Added Kexec Jump support
|
||||||
*
|
|
||||||
* This source code is licensed under the GNU General Public License,
|
|
||||||
* Version 2. See the file COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
#include <asm/addrspace.h>
|
#include <asm/addrspace.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/return_address.c
|
* arch/sh/kernel/return_address.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Matt Fleming
|
* Copyright (C) 2009 Matt Fleming
|
||||||
* Copyright (C) 2009 Paul Mundt
|
* Copyright (C) 2009 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* C interface for trapping into the standard LinuxSH BIOS.
|
* C interface for trapping into the standard LinuxSH BIOS.
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
* Copyright (C) 1999, 2000 Niibe Yutaka
|
* Copyright (C) 1999, 2000 Niibe Yutaka
|
||||||
* Copyright (C) 2002 M. R. Brown
|
* Copyright (C) 2002 M. R. Brown
|
||||||
* Copyright (C) 2004 - 2010 Paul Mundt
|
* Copyright (C) 2004 - 2010 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/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/console.h>
|
#include <linux/console.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/sh_ksyms_64.c
|
* arch/sh/kernel/sh_ksyms_64.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2001 Paolo Alberelli
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
||||||
*
|
|
||||||
* 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/rwsem.h>
|
#include <linux/rwsem.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/signal_64.c
|
* arch/sh/kernel/signal_64.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2001 Paolo Alberelli
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
||||||
* Copyright (C) 2003 - 2008 Paul Mundt
|
* Copyright (C) 2003 - 2008 Paul Mundt
|
||||||
* Copyright (C) 2004 Richard Curnow
|
* Copyright (C) 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/rwsem.h>
|
#include <linux/rwsem.h>
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/smp.c
|
* arch/sh/kernel/smp.c
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2002 - 2010 Paul Mundt
|
* Copyright (C) 2002 - 2010 Paul Mundt
|
||||||
* Copyright (C) 2006 - 2007 Akio Idehara
|
* Copyright (C) 2006 - 2007 Akio Idehara
|
||||||
*
|
|
||||||
* 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/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/cache.h>
|
#include <linux/cache.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/stacktrace.c
|
* arch/sh/kernel/stacktrace.c
|
||||||
*
|
*
|
||||||
* Stack trace management functions
|
* Stack trace management functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 - 2008 Paul Mundt
|
* Copyright (C) 2006 - 2008 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/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/sched/debug.h>
|
#include <linux/sched/debug.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* swsusp.c - SuperH hibernation support
|
* swsusp.c - SuperH hibernation support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Magnus Damm
|
* Copyright (C) 2009 Magnus Damm
|
||||||
*
|
|
||||||
* 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/mm.h>
|
#include <linux/mm.h>
|
||||||
|
@ -1,15 +1,11 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* arch/sh/kernel/syscalls.S
|
* arch/sh/kernel/syscalls.S
|
||||||
*
|
*
|
||||||
* System call table for SuperH
|
* System call table for SuperH
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999, 2000, 2002 Niibe Yutaka
|
* Copyright (C) 1999, 2000, 2002 Niibe Yutaka
|
||||||
* Copyright (C) 2003 Paul Mundt
|
* Copyright (C) 2003 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/sys.h>
|
#include <linux/sys.h>
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* arch/sh/kernel/syscalls_64.S
|
* arch/sh/kernel/syscalls_64.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2001 Paolo Alberelli
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
||||||
* Copyright (C) 2004 - 2007 Paul Mundt
|
* Copyright (C) 2004 - 2007 Paul Mundt
|
||||||
* Copyright (C) 2003, 2004 Richard Curnow
|
* 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/sys.h>
|
#include <linux/sys.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/time.c
|
* arch/sh/kernel/time.c
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>
|
* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>
|
||||||
* Copyright (C) 2002 - 2009 Paul Mundt
|
* Copyright (C) 2002 - 2009 Paul Mundt
|
||||||
* Copyright (C) 2002 M. R. Brown <mrbrown@linux-sh.org>
|
* Copyright (C) 2002 M. R. Brown <mrbrown@linux-sh.org>
|
||||||
*
|
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/topology.c
|
* arch/sh/kernel/topology.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Paul Mundt
|
* 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/cpu.h>
|
#include <linux/cpu.h>
|
||||||
#include <linux/cpumask.h>
|
#include <linux/cpumask.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* 'traps.c' handles hardware traps and faults after we have saved some
|
* 'traps.c' handles hardware traps and faults after we have saved some
|
||||||
* state in 'entry.S'.
|
* state in 'entry.S'.
|
||||||
@ -6,10 +7,6 @@
|
|||||||
* Copyright (C) 2000 Philipp Rumpf
|
* Copyright (C) 2000 Philipp Rumpf
|
||||||
* Copyright (C) 2000 David Howells
|
* Copyright (C) 2000 David Howells
|
||||||
* Copyright (C) 2002 - 2010 Paul Mundt
|
* Copyright (C) 2002 - 2010 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/ptrace.h>
|
#include <linux/ptrace.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/traps_64.c
|
* arch/sh/kernel/traps_64.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000, 2001 Paolo Alberelli
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
||||||
* Copyright (C) 2003, 2004 Paul Mundt
|
* Copyright (C) 2003, 2004 Paul Mundt
|
||||||
* Copyright (C) 2003, 2004 Richard Curnow
|
* 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/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/sched/debug.h>
|
#include <linux/sched/debug.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2009 Matt Fleming
|
* Copyright (C) 2009 Matt Fleming
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* arch/sh/kernel/vsyscall/vsyscall.c
|
* arch/sh/kernel/vsyscall/vsyscall.c
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
*
|
*
|
||||||
* vDSO randomization
|
* vDSO randomization
|
||||||
* Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar
|
* Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar
|
||||||
*
|
|
||||||
* 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/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user