hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/kernel/trampoline_64.S
....@@ -6,6 +6,7 @@
66 */
77
88
9
+#include <linux/pgtable.h>
910 #include <asm/head.h>
1011 #include <asm/asi.h>
1112 #include <asm/lsu.h>
....@@ -13,7 +14,6 @@
1314 #include <asm/dcu.h>
1415 #include <asm/pstate.h>
1516 #include <asm/page.h>
16
-#include <asm/pgtable.h>
1717 #include <asm/spitfire.h>
1818 #include <asm/processor.h>
1919 #include <asm/thread_info.h>