diff options
Diffstat (limited to 'include/asm-x86/tlb.h')
-rw-r--r-- | include/asm-x86/tlb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/tlb.h b/include/asm-x86/tlb.h new file mode 100644 index 000000000000..7d55c3762b43 --- /dev/null +++ b/include/asm-x86/tlb.h | |||
@@ -0,0 +1,5 @@ | |||
1 | #ifdef CONFIG_X86_32 | ||
2 | # include "tlb_32.h" | ||
3 | #else | ||
4 | # include "tlb_64.h" | ||
5 | #endif | ||