| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-sa1100.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 | * |
|---|
| .. | .. |
|---|
| 20 | 17 | */ |
|---|
| 21 | 18 | #include <linux/linkage.h> |
|---|
| 22 | 19 | #include <linux/init.h> |
|---|
| 20 | +#include <linux/pgtable.h> |
|---|
| 23 | 21 | #include <asm/assembler.h> |
|---|
| 24 | 22 | #include <asm/asm-offsets.h> |
|---|
| 25 | 23 | #include <asm/hwcap.h> |
|---|
| 26 | 24 | #include <mach/hardware.h> |
|---|
| 27 | 25 | #include <asm/pgtable-hwdef.h> |
|---|
| 28 | | -#include <asm/pgtable.h> |
|---|
| 29 | 26 | |
|---|
| 30 | 27 | #include "proc-macros.S" |
|---|
| 31 | 28 | |
|---|
| .. | .. |
|---|
| 242 | 239 | |
|---|
| 243 | 240 | .align |
|---|
| 244 | 241 | |
|---|
| 245 | | - .section ".proc.info.init", #alloc |
|---|
| 242 | + .section ".proc.info.init", "a" |
|---|
| 246 | 243 | |
|---|
| 247 | 244 | .macro sa1100_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req |
|---|
| 248 | 245 | .type __\name\()_proc_info,#object |
|---|