kernel/arch/ia64/kernel/head.S
.. .. @@ -21,18 +21,19 @@ 21 21 */ 22 22 23 23 24 +#include <linux/pgtable.h>24 25 #include <asm/asmmacro.h> 25 26 #include <asm/fpu.h> 26 27 #include <asm/kregs.h> 27 28 #include <asm/mmu_context.h> 28 29 #include <asm/asm-offsets.h> 29 30 #include <asm/pal.h> 30 -#include <asm/pgtable.h>31 31 #include <asm/processor.h> 32 32 #include <asm/ptrace.h> 33 33 #include <asm/mca_asm.h> 34 34 #include <linux/init.h> 35 35 #include <linux/linkage.h> 36 +#include <linux/pgtable.h>36 37 #include <asm/export.h> 37 38 38 39 #ifdef CONFIG_HOTPLUG_CPU