| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/proc-fa526.S: MMU functions for FA526 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2005 Faraday Corp. |
|---|
| 6 | 7 | * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
|---|
| 7 | 8 | * |
|---|
| 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 | | - * |
|---|
| 14 | 9 | * These are the low level assembler for performing cache and TLB |
|---|
| 15 | 10 | * functions on the fa526. |
|---|
| 16 | 11 | */ |
|---|
| 17 | 12 | #include <linux/linkage.h> |
|---|
| 18 | 13 | #include <linux/init.h> |
|---|
| 14 | +#include <linux/pgtable.h> |
|---|
| 19 | 15 | #include <asm/assembler.h> |
|---|
| 20 | 16 | #include <asm/hwcap.h> |
|---|
| 21 | 17 | #include <asm/pgtable-hwdef.h> |
|---|
| 22 | | -#include <asm/pgtable.h> |
|---|
| 23 | 18 | #include <asm/page.h> |
|---|
| 24 | 19 | #include <asm/ptrace.h> |
|---|
| 25 | 20 | |
|---|
| .. | .. |
|---|
| 190 | 185 | |
|---|
| 191 | 186 | .align |
|---|
| 192 | 187 | |
|---|
| 193 | | - .section ".proc.info.init", #alloc |
|---|
| 188 | + .section ".proc.info.init", "a" |
|---|
| 194 | 189 | |
|---|
| 195 | 190 | .type __fa526_proc_info,#object |
|---|
| 196 | 191 | __fa526_proc_info: |
|---|