forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/arm/mm/proc-arm9tdmi.S
....@@ -1,20 +1,16 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-arm9tdmi.S: utility functions for ARM9TDMI
34 *
45 * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
9
- *
106 */
117 #include <linux/linkage.h>
128 #include <linux/init.h>
9
+#include <linux/pgtable.h>
1310 #include <asm/assembler.h>
1411 #include <asm/asm-offsets.h>
1512 #include <asm/hwcap.h>
1613 #include <asm/pgtable-hwdef.h>
17
-#include <asm/pgtable.h>
1814 #include <asm/ptrace.h>
1915
2016 #include "proc-macros.S"
....@@ -70,7 +66,7 @@
7066
7167 .align
7268
73
- .section ".proc.info.init", #alloc
69
+ .section ".proc.info.init", "a"
7470
7571 .macro arm9tdmi_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req
7672 .type __\name\()_proc_info, #object