diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/xtensa/include/asm/mmu_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/mmu_context.h b/arch/xtensa/include/asm/mmu_context.h index c0fd8e5b4513..6b7c19c8f4ce 100644 --- a/arch/xtensa/include/asm/mmu_context.h +++ b/arch/xtensa/include/asm/mmu_context.h | |||
@@ -16,13 +16,13 @@ | |||
16 | #include <linux/stringify.h> | 16 | #include <linux/stringify.h> |
17 | #include <linux/sched.h> | 17 | #include <linux/sched.h> |
18 | 18 | ||
19 | #include <variant/core.h> | ||
20 | |||
19 | #include <asm/pgtable.h> | 21 | #include <asm/pgtable.h> |
20 | #include <asm/cacheflush.h> | 22 | #include <asm/cacheflush.h> |
21 | #include <asm/tlbflush.h> | 23 | #include <asm/tlbflush.h> |
22 | #include <asm-generic/mm_hooks.h> | 24 | #include <asm-generic/mm_hooks.h> |
23 | 25 | ||
24 | #define XCHAL_MMU_ASID_BITS 8 | ||
25 | |||
26 | #if (XCHAL_HAVE_TLBS != 1) | 26 | #if (XCHAL_HAVE_TLBS != 1) |
27 | # error "Linux must have an MMU!" | 27 | # error "Linux must have an MMU!" |
28 | #endif | 28 | #endif |