| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mm/arm946.S: utility functions for ARM946E-S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * (Many of cache codes are from proc-arm926.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 version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | | - * |
|---|
| 12 | 8 | */ |
|---|
| 13 | 9 | #include <linux/linkage.h> |
|---|
| 14 | 10 | #include <linux/init.h> |
|---|
| 11 | +#include <linux/pgtable.h> |
|---|
| 15 | 12 | #include <asm/assembler.h> |
|---|
| 16 | 13 | #include <asm/hwcap.h> |
|---|
| 17 | 14 | #include <asm/pgtable-hwdef.h> |
|---|
| 18 | | -#include <asm/pgtable.h> |
|---|
| 19 | 15 | #include <asm/ptrace.h> |
|---|
| 20 | 16 | #include "proc-macros.S" |
|---|
| 21 | 17 | |
|---|
| .. | .. |
|---|
| 399 | 395 | |
|---|
| 400 | 396 | .align |
|---|
| 401 | 397 | |
|---|
| 402 | | - .section ".proc.info.init", #alloc |
|---|
| 398 | + .section ".proc.info.init", "a" |
|---|
| 403 | 399 | .type __arm946_proc_info,#object |
|---|
| 404 | 400 | __arm946_proc_info: |
|---|
| 405 | 401 | .long 0x41009460 |
|---|