| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/arm940.S: utility functions for ARM940T |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2004-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/hwcap.h> |
|---|
| 15 | 12 | #include <asm/pgtable-hwdef.h> |
|---|
| 16 | | -#include <asm/pgtable.h> |
|---|
| 17 | 13 | #include <asm/ptrace.h> |
|---|
| 18 | 14 | #include "proc-macros.S" |
|---|
| 19 | 15 | |
|---|
| .. | .. |
|---|
| 344 | 340 | |
|---|
| 345 | 341 | .align |
|---|
| 346 | 342 | |
|---|
| 347 | | - .section ".proc.info.init", #alloc |
|---|
| 343 | + .section ".proc.info.init", "a" |
|---|
| 348 | 344 | |
|---|
| 349 | 345 | .type __arm940_proc_info,#object |
|---|
| 350 | 346 | __arm940_proc_info: |
|---|