.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mm/proc-v6.S |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2001 Deep Blue Solutions Ltd. |
---|
5 | 6 | * Modified by Catalin Marinas for noMMU support |
---|
6 | 7 | * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as |
---|
9 | | - * published by the Free Software Foundation. |
---|
10 | | - * |
---|
11 | 8 | * This is the "shell" of the ARMv6 processor support. |
---|
12 | 9 | */ |
---|
13 | 10 | #include <linux/init.h> |
---|
14 | 11 | #include <linux/linkage.h> |
---|
| 12 | +#include <linux/pgtable.h> |
---|
15 | 13 | #include <asm/assembler.h> |
---|
16 | 14 | #include <asm/asm-offsets.h> |
---|
17 | 15 | #include <asm/hwcap.h> |
---|
18 | 16 | #include <asm/pgtable-hwdef.h> |
---|
19 | | -#include <asm/pgtable.h> |
---|
20 | 17 | |
---|
21 | 18 | #include "proc-macros.S" |
---|
22 | 19 | |
---|
.. | .. |
---|
264 | 261 | string cpu_elf_name, "v6" |
---|
265 | 262 | .align |
---|
266 | 263 | |
---|
267 | | - .section ".proc.info.init", #alloc |
---|
| 264 | + .section ".proc.info.init", "a" |
---|
268 | 265 | |
---|
269 | 266 | /* |
---|
270 | 267 | * Match any ARMv6 processor core. |
---|