.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mm/arm740.S: utility functions for ARM740 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | 6 | */ |
---|
11 | 7 | #include <linux/linkage.h> |
---|
12 | 8 | #include <linux/init.h> |
---|
| 9 | +#include <linux/pgtable.h> |
---|
13 | 10 | #include <asm/assembler.h> |
---|
14 | 11 | #include <asm/asm-offsets.h> |
---|
15 | 12 | #include <asm/hwcap.h> |
---|
16 | 13 | #include <asm/pgtable-hwdef.h> |
---|
17 | | -#include <asm/pgtable.h> |
---|
18 | 14 | #include <asm/ptrace.h> |
---|
19 | 15 | |
---|
20 | 16 | #include "proc-macros.S" |
---|
.. | .. |
---|
132 | 128 | |
---|
133 | 129 | .align |
---|
134 | 130 | |
---|
135 | | - .section ".proc.info.init", #alloc |
---|
| 131 | + .section ".proc.info.init", "a" |
---|
136 | 132 | .type __arm740_proc_info,#object |
---|
137 | 133 | __arm740_proc_info: |
---|
138 | 134 | .long 0x41807400 |
---|