.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/sh/mm/cache-sh3.c |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1999, 2000 Niibe Yutaka |
---|
5 | 6 | * Copyright (C) 2002 Paul Mundt |
---|
6 | | - * |
---|
7 | | - * Released under the terms of the GNU GPL v2.0. |
---|
8 | 7 | */ |
---|
9 | 8 | |
---|
10 | 9 | #include <linux/init.h> |
---|
.. | .. |
---|
13 | 12 | #include <linux/threads.h> |
---|
14 | 13 | #include <asm/addrspace.h> |
---|
15 | 14 | #include <asm/page.h> |
---|
16 | | -#include <asm/pgtable.h> |
---|
17 | 15 | #include <asm/processor.h> |
---|
18 | 16 | #include <asm/cache.h> |
---|
19 | 17 | #include <asm/io.h> |
---|
20 | 18 | #include <linux/uaccess.h> |
---|
21 | | -#include <asm/pgalloc.h> |
---|
22 | 19 | #include <asm/mmu_context.h> |
---|
23 | 20 | #include <asm/cacheflush.h> |
---|
24 | 21 | |
---|