hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mm/proc-v6.S
....@@ -1,22 +1,19 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-v6.S
34 *
45 * Copyright (C) 2001 Deep Blue Solutions Ltd.
56 * Modified by Catalin Marinas for noMMU support
67 *
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.
10
- *
118 * This is the "shell" of the ARMv6 processor support.
129 */
1310 #include <linux/init.h>
1411 #include <linux/linkage.h>
12
+#include <linux/pgtable.h>
1513 #include <asm/assembler.h>
1614 #include <asm/asm-offsets.h>
1715 #include <asm/hwcap.h>
1816 #include <asm/pgtable-hwdef.h>
19
-#include <asm/pgtable.h>
2017
2118 #include "proc-macros.S"
2219
....@@ -264,7 +261,7 @@
264261 string cpu_elf_name, "v6"
265262 .align
266263
267
- .section ".proc.info.init", #alloc
264
+ .section ".proc.info.init", "a"
268265
269266 /*
270267 * Match any ARMv6 processor core.