hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/mm/proc-fa526.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-fa526.S: MMU functions for FA526
34 *
....@@ -5,21 +6,15 @@
56 * Copyright (C) 2005 Faraday Corp.
67 * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
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 fa526.
1611 */
1712 #include <linux/linkage.h>
1813 #include <linux/init.h>
14
+#include <linux/pgtable.h>
1915 #include <asm/assembler.h>
2016 #include <asm/hwcap.h>
2117 #include <asm/pgtable-hwdef.h>
22
-#include <asm/pgtable.h>
2318 #include <asm/page.h>
2419 #include <asm/ptrace.h>
2520
....@@ -190,7 +185,7 @@
190185
191186 .align
192187
193
- .section ".proc.info.init", #alloc
188
+ .section ".proc.info.init", "a"
194189
195190 .type __fa526_proc_info,#object
196191 __fa526_proc_info: