| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-arm7tdmi.S: utility functions for ARM7TDMI |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | | - * |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | #include <linux/linkage.h> |
|---|
| 12 | 8 | #include <linux/init.h> |
|---|
| 9 | +#include <linux/pgtable.h> |
|---|
| 13 | 10 | #include <asm/assembler.h> |
|---|
| 14 | 11 | #include <asm/asm-offsets.h> |
|---|
| 15 | 12 | #include <asm/hwcap.h> |
|---|
| 16 | 13 | #include <asm/pgtable-hwdef.h> |
|---|
| 17 | | -#include <asm/pgtable.h> |
|---|
| 18 | 14 | #include <asm/ptrace.h> |
|---|
| 19 | 15 | |
|---|
| 20 | 16 | #include "proc-macros.S" |
|---|
| .. | .. |
|---|
| 76 | 72 | |
|---|
| 77 | 73 | .align |
|---|
| 78 | 74 | |
|---|
| 79 | | - .section ".proc.info.init", #alloc |
|---|
| 75 | + .section ".proc.info.init", "a" |
|---|
| 80 | 76 | |
|---|
| 81 | 77 | .macro arm7tdmi_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, \ |
|---|
| 82 | 78 | extra_hwcaps=0 |
|---|