hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/microblaze/kernel/hw_exception_handler.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Exception handling for Microblaze
34 *
....@@ -30,10 +31,6 @@
3031 *
3132 * Original code
3233 * Copyright (C) 2004 Xilinx, Inc.
33
- *
34
- * This program is free software; you can redistribute it and/or modify it
35
- * under the terms of the GNU General Public License version 2 as published
36
- * by the Free Software Foundation.
3734 */
3835
3936 /*
....@@ -71,9 +68,9 @@
7168 #include <asm/entry.h>
7269 #include <asm/current.h>
7370 #include <linux/linkage.h>
71
+#include <linux/pgtable.h>
7472
7573 #include <asm/mmu.h>
76
-#include <asm/pgtable.h>
7774 #include <asm/signal.h>
7875 #include <asm/registers.h>
7976 #include <asm/asm-offsets.h>