hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mm/proc-feroceon.S
....@@ -1,30 +1,17 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/arch/arm/mm/proc-feroceon.S: MMU functions for Feroceon
34 *
45 * Heavily based on proc-arm926.S
56 * Maintainer: Assaf Hoffman <hoffman@marvell.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
207 */
218
229 #include <linux/linkage.h>
2310 #include <linux/init.h>
11
+#include <linux/pgtable.h>
2412 #include <asm/assembler.h>
2513 #include <asm/hwcap.h>
2614 #include <asm/pgtable-hwdef.h>
27
-#include <asm/pgtable.h>
2815 #include <asm/page.h>
2916 #include <asm/ptrace.h>
3017 #include "proc-macros.S"
....@@ -584,7 +571,7 @@
584571
585572 .align
586573
587
- .section ".proc.info.init", #alloc
574
+ .section ".proc.info.init", "a"
588575
589576 .macro feroceon_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache:req
590577 .type __\name\()_proc_info,#object