.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> |
---|
3 | 4 | * Copyright (C) 2008-2009 PetaLogix |
---|
4 | 5 | * Copyright (C) 2006 Atmark Techno, Inc. |
---|
5 | | - * |
---|
6 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
7 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
8 | | - * for more details. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | #ifndef _ASM_MICROBLAZE_TLBFLUSH_H |
---|
.. | .. |
---|
18 | 15 | #include <asm/processor.h> /* For TASK_SIZE */ |
---|
19 | 16 | #include <asm/mmu.h> |
---|
20 | 17 | #include <asm/page.h> |
---|
21 | | -#include <asm/pgalloc.h> |
---|
22 | 18 | |
---|
23 | 19 | extern void _tlbie(unsigned long address); |
---|
24 | 20 | extern void _tlbia(void); |
---|