hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/arm/mm/proc-arm922.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-arm922.S: MMU functions for ARM922
34 *
....@@ -6,21 +7,6 @@
67 * Copyright (C) 2001 Altera Corporation
78 * hacked for non-paged-MM by Hyok S. Choi, 2003.
89 *
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
- *
23
- *
2410 * These are the low level assembler for performing cache and TLB
2511 * functions on the arm922.
2612 *
....@@ -28,10 +14,10 @@
2814 */
2915 #include <linux/linkage.h>
3016 #include <linux/init.h>
17
+#include <linux/pgtable.h>
3118 #include <asm/assembler.h>
3219 #include <asm/hwcap.h>
3320 #include <asm/pgtable-hwdef.h>
34
-#include <asm/pgtable.h>
3521 #include <asm/page.h>
3622 #include <asm/ptrace.h>
3723 #include "proc-macros.S"
....@@ -426,7 +412,7 @@
426412
427413 .align
428414
429
- .section ".proc.info.init", #alloc
415
+ .section ".proc.info.init", "a"
430416
431417 .type __arm922_proc_info,#object
432418 __arm922_proc_info: