x86: use _types.h headers in asm where available
[deliverable/linux.git] / arch / x86 / kernel / trampoline_64.S
index 95a012a4664e9008299db5778b0dffc6ae56bea6..cddfb8d386b927bce74e8b82e78a23aeaa83c04a 100644 (file)
@@ -25,8 +25,8 @@
  */
 
 #include <linux/linkage.h>
-#include <asm/pgtable.h>
-#include <asm/page.h>
+#include <asm/pgtable_types.h>
+#include <asm/page_types.h>
 #include <asm/msr.h>
 #include <asm/segment.h>
 #include <asm/processor-flags.h>
This page took 0.027663 seconds and 5 git commands to generate.