hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mm/proc-xscale.S
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-xscale.S
34 *
45 * Author: Nicolas Pitre
56 * Created: November 2000
67 * Copyright: (C) 2000, 2001 MontaVista Software Inc.
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 *
129 * MMU functions for the Intel XScale CPUs
1310 *
....@@ -22,9 +19,9 @@
2219
2320 #include <linux/linkage.h>
2421 #include <linux/init.h>
22
+#include <linux/pgtable.h>
2523 #include <asm/assembler.h>
2624 #include <asm/hwcap.h>
27
-#include <asm/pgtable.h>
2825 #include <asm/pgtable-hwdef.h>
2926 #include <asm/page.h>
3027 #include <asm/ptrace.h>
....@@ -613,7 +610,7 @@
613610
614611 .align
615612
616
- .section ".proc.info.init", #alloc
613
+ .section ".proc.info.init", "a"
617614
618615 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
619616 .type __\name\()_proc_info,#object