| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-sa110.S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 1997-2002 Russell King |
|---|
| 5 | 6 | * hacked for non-paged-MM by Hyok S. Choi, 2003. |
|---|
| 6 | | - * |
|---|
| 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 | 7 | * |
|---|
| 11 | 8 | * MMU functions for SA110 |
|---|
| 12 | 9 | * |
|---|
| .. | .. |
|---|
| 15 | 12 | */ |
|---|
| 16 | 13 | #include <linux/linkage.h> |
|---|
| 17 | 14 | #include <linux/init.h> |
|---|
| 15 | +#include <linux/pgtable.h> |
|---|
| 18 | 16 | #include <asm/assembler.h> |
|---|
| 19 | 17 | #include <asm/asm-offsets.h> |
|---|
| 20 | 18 | #include <asm/hwcap.h> |
|---|
| 21 | 19 | #include <mach/hardware.h> |
|---|
| 22 | 20 | #include <asm/pgtable-hwdef.h> |
|---|
| 23 | | -#include <asm/pgtable.h> |
|---|
| 24 | 21 | #include <asm/ptrace.h> |
|---|
| 25 | 22 | |
|---|
| 26 | 23 | #include "proc-macros.S" |
|---|
| .. | .. |
|---|
| 199 | 196 | |
|---|
| 200 | 197 | .align |
|---|
| 201 | 198 | |
|---|
| 202 | | - .section ".proc.info.init", #alloc |
|---|
| 199 | + .section ".proc.info.init", "a" |
|---|
| 203 | 200 | |
|---|
| 204 | 201 | .type __sa110_proc_info,#object |
|---|
| 205 | 202 | __sa110_proc_info: |
|---|