hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/mm/proc-arm1020e.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-arm1020e.S: MMU functions for ARM1020
34 *
....@@ -5,31 +6,16 @@
56 * Copyright (C) 2000 Deep Blue Solutions Ltd.
67 * hacked for non-paged-MM by Hyok S. Choi, 2003.
78 *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with this program; if not, write to the Free Software
20
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
- *
22
- *
239 * These are the low level assembler for performing cache and TLB
2410 * functions on the arm1020e.
2511 */
2612 #include <linux/linkage.h>
2713 #include <linux/init.h>
14
+#include <linux/pgtable.h>
2815 #include <asm/assembler.h>
2916 #include <asm/asm-offsets.h>
3017 #include <asm/hwcap.h>
3118 #include <asm/pgtable-hwdef.h>
32
-#include <asm/pgtable.h>
3319 #include <asm/ptrace.h>
3420
3521 #include "proc-macros.S"
....@@ -463,7 +449,7 @@
463449
464450 .align
465451
466
- .section ".proc.info.init", #alloc
452
+ .section ".proc.info.init", "a"
467453
468454 .type __arm1020e_proc_info,#object
469455 __arm1020e_proc_info: