| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-xscale.S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Nicolas Pitre |
|---|
| 5 | 6 | * Created: November 2000 |
|---|
| 6 | 7 | * Copyright: (C) 2000, 2001 MontaVista Software Inc. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | 8 | * |
|---|
| 12 | 9 | * MMU functions for the Intel XScale CPUs |
|---|
| 13 | 10 | * |
|---|
| .. | .. |
|---|
| 22 | 19 | |
|---|
| 23 | 20 | #include <linux/linkage.h> |
|---|
| 24 | 21 | #include <linux/init.h> |
|---|
| 22 | +#include <linux/pgtable.h> |
|---|
| 25 | 23 | #include <asm/assembler.h> |
|---|
| 26 | 24 | #include <asm/hwcap.h> |
|---|
| 27 | | -#include <asm/pgtable.h> |
|---|
| 28 | 25 | #include <asm/pgtable-hwdef.h> |
|---|
| 29 | 26 | #include <asm/page.h> |
|---|
| 30 | 27 | #include <asm/ptrace.h> |
|---|
| .. | .. |
|---|
| 613 | 610 | |
|---|
| 614 | 611 | .align |
|---|
| 615 | 612 | |
|---|
| 616 | | - .section ".proc.info.init", #alloc |
|---|
| 613 | + .section ".proc.info.init", "a" |
|---|
| 617 | 614 | |
|---|
| 618 | 615 | .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache |
|---|
| 619 | 616 | .type __\name\()_proc_info,#object |
|---|