hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mm/proc-arm920.S
....@@ -1,24 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-arm920.S: MMU functions for ARM920
34 *
45 * Copyright (C) 1999,2000 ARM Limited
56 * Copyright (C) 2000 Deep Blue Solutions Ltd.
67 * hacked for non-paged-MM by Hyok S. Choi, 2003.
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 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
- *
228 *
239 * These are the low level assembler for performing cache and TLB
2410 * functions on the arm920.
....@@ -27,10 +13,10 @@
2713 */
2814 #include <linux/linkage.h>
2915 #include <linux/init.h>
16
+#include <linux/pgtable.h>
3017 #include <asm/assembler.h>
3118 #include <asm/hwcap.h>
3219 #include <asm/pgtable-hwdef.h>
33
-#include <asm/pgtable.h>
3420 #include <asm/page.h>
3521 #include <asm/ptrace.h>
3622 #include "proc-macros.S"
....@@ -448,7 +434,7 @@
448434
449435 .align
450436
451
- .section ".proc.info.init", #alloc
437
+ .section ".proc.info.init", "a"
452438
453439 .type __arm920_proc_info,#object
454440 __arm920_proc_info: