forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/ia64/kernel/head.S
....@@ -21,18 +21,19 @@
2121 */
2222
2323
24
+#include <linux/pgtable.h>
2425 #include <asm/asmmacro.h>
2526 #include <asm/fpu.h>
2627 #include <asm/kregs.h>
2728 #include <asm/mmu_context.h>
2829 #include <asm/asm-offsets.h>
2930 #include <asm/pal.h>
30
-#include <asm/pgtable.h>
3131 #include <asm/processor.h>
3232 #include <asm/ptrace.h>
3333 #include <asm/mca_asm.h>
3434 #include <linux/init.h>
3535 #include <linux/linkage.h>
36
+#include <linux/pgtable.h>
3637 #include <asm/export.h>
3738
3839 #ifdef CONFIG_HOTPLUG_CPU