hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/mm/proc-sa1100.S
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-sa1100.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 *
....@@ -20,12 +17,12 @@
2017 */
2118 #include <linux/linkage.h>
2219 #include <linux/init.h>
20
+#include <linux/pgtable.h>
2321 #include <asm/assembler.h>
2422 #include <asm/asm-offsets.h>
2523 #include <asm/hwcap.h>
2624 #include <mach/hardware.h>
2725 #include <asm/pgtable-hwdef.h>
28
-#include <asm/pgtable.h>
2926
3027 #include "proc-macros.S"
3128
....@@ -242,7 +239,7 @@
242239
243240 .align
244241
245
- .section ".proc.info.init", #alloc
242
+ .section ".proc.info.init", "a"
246243
247244 .macro sa1100_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req
248245 .type __\name\()_proc_info,#object