forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/microblaze/mm/mmu_context.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * This file contains the routines for handling the MMU.
34 *
....@@ -16,12 +17,6 @@
1617 *
1718 * Derived from "arch/i386/mm/init.c"
1819 * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
19
- *
20
- * This program is free software; you can redistribute it and/or
21
- * modify it under the terms of the GNU General Public License
22
- * as published by the Free Software Foundation; either version
23
- * 2 of the License, or (at your option) any later version.
24
- *
2520 */
2621
2722 #include <linux/mm.h>