hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mm/proc-arm720.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-arm720.S: MMU functions for ARM720
34 *
....@@ -5,21 +6,6 @@
56 * Rob Scott (rscott@mtrob.fdns.net)
67 * Copyright (C) 2000 ARM Limited, Deep Blue Solutions Ltd.
78 * hacked for non-paged-MM by Hyok S. Choi, 2004.
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation; either version 2 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program; if not, write to the Free Software
21
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
- *
239 *
2410 * These are the low level assembler for performing cache and TLB
2511 * functions on the ARM720T. The ARM720T has a writethrough IDC
....@@ -34,11 +20,11 @@
3420 */
3521 #include <linux/linkage.h>
3622 #include <linux/init.h>
23
+#include <linux/pgtable.h>
3724 #include <asm/assembler.h>
3825 #include <asm/asm-offsets.h>
3926 #include <asm/hwcap.h>
4027 #include <asm/pgtable-hwdef.h>
41
-#include <asm/pgtable.h>
4228 #include <asm/ptrace.h>
4329
4430 #include "proc-macros.S"
....@@ -186,7 +172,7 @@
186172 * See <asm/procinfo.h> for a definition of this structure.
187173 */
188174
189
- .section ".proc.info.init", #alloc
175
+ .section ".proc.info.init", "a"
190176
191177 .macro arm720_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cpu_flush:req
192178 .type __\name\()_proc_info,#object