forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/mm/proc-sa110.S
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-sa110.S
34 *
45 * Copyright (C) 1997-2002 Russell King
56 * hacked for non-paged-MM by Hyok S. Choi, 2003.
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 *
118 * MMU functions for SA110
129 *
....@@ -15,12 +12,12 @@
1512 */
1613 #include <linux/linkage.h>
1714 #include <linux/init.h>
15
+#include <linux/pgtable.h>
1816 #include <asm/assembler.h>
1917 #include <asm/asm-offsets.h>
2018 #include <asm/hwcap.h>
2119 #include <mach/hardware.h>
2220 #include <asm/pgtable-hwdef.h>
23
-#include <asm/pgtable.h>
2421 #include <asm/ptrace.h>
2522
2623 #include "proc-macros.S"
....@@ -199,7 +196,7 @@
199196
200197 .align
201198
202
- .section ".proc.info.init", #alloc
199
+ .section ".proc.info.init", "a"
203200
204201 .type __sa110_proc_info,#object
205202 __sa110_proc_info: