.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mm/proc-xsc3.S |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Copyright 2004 (C) Intel Corp. |
---|
8 | 9 | * Copyright 2005 (C) MontaVista Software, Inc. |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License version 2 as |
---|
12 | | - * published by the Free Software Foundation. |
---|
13 | 10 | * |
---|
14 | 11 | * MMU functions for the Intel XScale3 Core (XSC3). The XSC3 core is |
---|
15 | 12 | * an extension to Intel's original XScale core that adds the following |
---|
.. | .. |
---|
26 | 23 | |
---|
27 | 24 | #include <linux/linkage.h> |
---|
28 | 25 | #include <linux/init.h> |
---|
| 26 | +#include <linux/pgtable.h> |
---|
29 | 27 | #include <asm/assembler.h> |
---|
30 | 28 | #include <asm/hwcap.h> |
---|
31 | | -#include <asm/pgtable.h> |
---|
32 | 29 | #include <asm/pgtable-hwdef.h> |
---|
33 | 30 | #include <asm/page.h> |
---|
34 | 31 | #include <asm/ptrace.h> |
---|
.. | .. |
---|
499 | 496 | |
---|
500 | 497 | .align |
---|
501 | 498 | |
---|
502 | | - .section ".proc.info.init", #alloc |
---|
| 499 | + .section ".proc.info.init", "a" |
---|
503 | 500 | |
---|
504 | 501 | .macro xsc3_proc_info name:req, cpu_val:req, cpu_mask:req |
---|
505 | 502 | .type __\name\()_proc_info,#object |
---|