kernel/arch/sh/kernel/relocate_kernel.S
.. .. @@ -1,13 +1,11 @@ 1 -/*1 +/* SPDX-License-Identifier: GPL-2.02 + *2 3 * relocate_kernel.S - put the kernel image in place to boot 3 4 * 2005.9.17 kogiidena@eggplant.ddo.jp 4 5 * 5 6 * LANDISK/sh4 is supported. Maybe, SH archtecture works well. 6 7 * 7 8 * 2009-03-18 Magnus Damm - Added Kexec Jump support 8 - *9 - * This source code is licensed under the GNU General Public License,10 - * Version 2. See the file COPYING for more details.11 9 */ 12 10 #include <linux/linkage.h> 13 11 #include <asm/addrspace.h>