| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-arm1022.S: MMU functions for ARM1022E |
|---|
| 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 | | - * |
|---|
| 14 | 9 | * These are the low level assembler for performing cache and TLB |
|---|
| 15 | 10 | * functions on the ARM1022E. |
|---|
| 16 | 11 | */ |
|---|
| 17 | 12 | #include <linux/linkage.h> |
|---|
| 18 | 13 | #include <linux/init.h> |
|---|
| 14 | +#include <linux/pgtable.h> |
|---|
| 19 | 15 | #include <asm/assembler.h> |
|---|
| 20 | 16 | #include <asm/asm-offsets.h> |
|---|
| 21 | 17 | #include <asm/hwcap.h> |
|---|
| 22 | 18 | #include <asm/pgtable-hwdef.h> |
|---|
| 23 | | -#include <asm/pgtable.h> |
|---|
| 24 | 19 | #include <asm/ptrace.h> |
|---|
| 25 | 20 | |
|---|
| 26 | 21 | #include "proc-macros.S" |
|---|
| .. | .. |
|---|
| 448 | 443 | |
|---|
| 449 | 444 | .align |
|---|
| 450 | 445 | |
|---|
| 451 | | - .section ".proc.info.init", #alloc |
|---|
| 446 | + .section ".proc.info.init", "a" |
|---|
| 452 | 447 | |
|---|
| 453 | 448 | .type __arm1022_proc_info,#object |
|---|
| 454 | 449 | __arm1022_proc_info: |
|---|