forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/ia64/kernel/relocate_kernel.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * arch/ia64/kernel/relocate_kernel.S
34 *
....@@ -6,14 +7,11 @@
67 * Copyright (C) 2005 Hewlett-Packard Development Company, L.P.
78 * Copyright (C) 2005 Khalid Aziz <khalid.aziz@hp.com>
89 * Copyright (C) 2005 Intel Corp, Zou Nan hai <nanhai.zou@intel.com>
9
- *
10
- * This source code is licensed under the GNU General Public License,
11
- * Version 2. See the file COPYING for more details.
1210 */
11
+#include <linux/pgtable.h>
1312 #include <asm/asmmacro.h>
1413 #include <asm/kregs.h>
1514 #include <asm/page.h>
16
-#include <asm/pgtable.h>
1715 #include <asm/mca_asm.h>
1816
1917 /* Must be relocatable PIC code callable as a C function
....@@ -321,5 +319,3 @@
321319 ;;
322320 br.ret.sptk.many rp
323321 END(ia64_dump_cpu_regs)
324
-
325
-