| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-mohawk.S: MMU functions for Marvell PJ1 core |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * PJ1 (codename Mohawk) is a hybrid of the xscale3 and Marvell's own core. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Heavily based on proc-arm926.S and proc-xsc3.S |
|---|
| 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 as published by |
|---|
| 10 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 11 | | - * (at your option) any later version. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 14 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 16 | | - * GNU General Public License for more details. |
|---|
| 17 | | - * |
|---|
| 18 | | - * You should have received a copy of the GNU General Public License |
|---|
| 19 | | - * along with this program; if not, write to the Free Software |
|---|
| 20 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 21 | 8 | */ |
|---|
| 22 | 9 | |
|---|
| 23 | 10 | #include <linux/linkage.h> |
|---|
| 24 | 11 | #include <linux/init.h> |
|---|
| 12 | +#include <linux/pgtable.h> |
|---|
| 25 | 13 | #include <asm/assembler.h> |
|---|
| 26 | 14 | #include <asm/hwcap.h> |
|---|
| 27 | 15 | #include <asm/pgtable-hwdef.h> |
|---|
| 28 | | -#include <asm/pgtable.h> |
|---|
| 29 | 16 | #include <asm/page.h> |
|---|
| 30 | 17 | #include <asm/ptrace.h> |
|---|
| 31 | 18 | #include "proc-macros.S" |
|---|
| .. | .. |
|---|
| 429 | 416 | |
|---|
| 430 | 417 | .align |
|---|
| 431 | 418 | |
|---|
| 432 | | - .section ".proc.info.init", #alloc |
|---|
| 419 | + .section ".proc.info.init", "a" |
|---|
| 433 | 420 | |
|---|
| 434 | 421 | .type __88sv331x_proc_info,#object |
|---|
| 435 | 422 | __88sv331x_proc_info: |
|---|