hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mm/proc-xsc3.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/mm/proc-xsc3.S
34 *
....@@ -6,10 +7,6 @@
67 *
78 * Copyright 2004 (C) Intel Corp.
89 * Copyright 2005 (C) MontaVista Software, Inc.
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License version 2 as
12
- * published by the Free Software Foundation.
1310 *
1411 * MMU functions for the Intel XScale3 Core (XSC3). The XSC3 core is
1512 * an extension to Intel's original XScale core that adds the following
....@@ -26,9 +23,9 @@
2623
2724 #include <linux/linkage.h>
2825 #include <linux/init.h>
26
+#include <linux/pgtable.h>
2927 #include <asm/assembler.h>
3028 #include <asm/hwcap.h>
31
-#include <asm/pgtable.h>
3229 #include <asm/pgtable-hwdef.h>
3330 #include <asm/page.h>
3431 #include <asm/ptrace.h>
....@@ -499,7 +496,7 @@
499496
500497 .align
501498
502
- .section ".proc.info.init", #alloc
499
+ .section ".proc.info.init", "a"
503500
504501 .macro xsc3_proc_info name:req, cpu_val:req, cpu_mask:req
505502 .type __\name\()_proc_info,#object