hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mm/proc-arm1022.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-arm1022.S: MMU functions for ARM1022E
34 *
....@@ -5,22 +6,16 @@
56 * Copyright (C) 2000 Deep Blue Solutions Ltd.
67 * hacked for non-paged-MM by Hyok S. Choi, 2003.
78 *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- *
149 * These are the low level assembler for performing cache and TLB
1510 * functions on the ARM1022E.
1611 */
1712 #include <linux/linkage.h>
1813 #include <linux/init.h>
14
+#include <linux/pgtable.h>
1915 #include <asm/assembler.h>
2016 #include <asm/asm-offsets.h>
2117 #include <asm/hwcap.h>
2218 #include <asm/pgtable-hwdef.h>
23
-#include <asm/pgtable.h>
2419 #include <asm/ptrace.h>
2520
2621 #include "proc-macros.S"
....@@ -448,7 +443,7 @@
448443
449444 .align
450445
451
- .section ".proc.info.init", #alloc
446
+ .section ".proc.info.init", "a"
452447
453448 .type __arm1022_proc_info,#object
454449 __arm1022_proc_info: