hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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>