| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-arm922.S: MMU functions for ARM922 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) 2001 Altera Corporation |
|---|
| 7 | 8 | * hacked for non-paged-MM by Hyok S. Choi, 2003. |
|---|
| 8 | 9 | * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 11 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 12 | | - * (at your option) any later version. |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 15 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 | | - * GNU General Public License for more details. |
|---|
| 18 | | - * |
|---|
| 19 | | - * You should have received a copy of the GNU General Public License |
|---|
| 20 | | - * along with this program; if not, write to the Free Software |
|---|
| 21 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 22 | | - * |
|---|
| 23 | | - * |
|---|
| 24 | 10 | * These are the low level assembler for performing cache and TLB |
|---|
| 25 | 11 | * functions on the arm922. |
|---|
| 26 | 12 | * |
|---|
| .. | .. |
|---|
| 28 | 14 | */ |
|---|
| 29 | 15 | #include <linux/linkage.h> |
|---|
| 30 | 16 | #include <linux/init.h> |
|---|
| 17 | +#include <linux/pgtable.h> |
|---|
| 31 | 18 | #include <asm/assembler.h> |
|---|
| 32 | 19 | #include <asm/hwcap.h> |
|---|
| 33 | 20 | #include <asm/pgtable-hwdef.h> |
|---|
| 34 | | -#include <asm/pgtable.h> |
|---|
| 35 | 21 | #include <asm/page.h> |
|---|
| 36 | 22 | #include <asm/ptrace.h> |
|---|
| 37 | 23 | #include "proc-macros.S" |
|---|
| .. | .. |
|---|
| 426 | 412 | |
|---|
| 427 | 413 | .align |
|---|
| 428 | 414 | |
|---|
| 429 | | - .section ".proc.info.init", #alloc |
|---|
| 415 | + .section ".proc.info.init", "a" |
|---|
| 430 | 416 | |
|---|
| 431 | 417 | .type __arm922_proc_info,#object |
|---|
| 432 | 418 | __arm922_proc_info: |
|---|