forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/microblaze/include/asm/tlbflush.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
34 * Copyright (C) 2008-2009 PetaLogix
45 * 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.
96 */
107
118 #ifndef _ASM_MICROBLAZE_TLBFLUSH_H
....@@ -18,7 +15,6 @@
1815 #include <asm/processor.h> /* For TASK_SIZE */
1916 #include <asm/mmu.h>
2017 #include <asm/page.h>
21
-#include <asm/pgalloc.h>
2218
2319 extern void _tlbie(unsigned long address);
2420 extern void _tlbia(void);