.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mm/proc-arm1020e.S: MMU functions for ARM1020 |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
---|
6 | 7 | * hacked for non-paged-MM by Hyok S. Choi, 2003. |
---|
7 | 8 | * |
---|
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 | | - * |
---|
23 | 9 | * These are the low level assembler for performing cache and TLB |
---|
24 | 10 | * functions on the arm1020e. |
---|
25 | 11 | */ |
---|
26 | 12 | #include <linux/linkage.h> |
---|
27 | 13 | #include <linux/init.h> |
---|
| 14 | +#include <linux/pgtable.h> |
---|
28 | 15 | #include <asm/assembler.h> |
---|
29 | 16 | #include <asm/asm-offsets.h> |
---|
30 | 17 | #include <asm/hwcap.h> |
---|
31 | 18 | #include <asm/pgtable-hwdef.h> |
---|
32 | | -#include <asm/pgtable.h> |
---|
33 | 19 | #include <asm/ptrace.h> |
---|
34 | 20 | |
---|
35 | 21 | #include "proc-macros.S" |
---|
.. | .. |
---|
463 | 449 | |
---|
464 | 450 | .align |
---|
465 | 451 | |
---|
466 | | - .section ".proc.info.init", #alloc |
---|
| 452 | + .section ".proc.info.init", "a" |
---|
467 | 453 | |
---|
468 | 454 | .type __arm1020e_proc_info,#object |
---|
469 | 455 | __arm1020e_proc_info: |
---|