diff options
Diffstat (limited to 'arch/arm/include/asm/tlb.h')
-rw-r--r-- | arch/arm/include/asm/tlb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/tlb.h b/arch/arm/include/asm/tlb.h index e7690887b95..82dfe5d0c41 100644 --- a/arch/arm/include/asm/tlb.h +++ b/arch/arm/include/asm/tlb.h | |||
@@ -22,6 +22,9 @@ | |||
22 | #ifndef CONFIG_MMU | 22 | #ifndef CONFIG_MMU |
23 | 23 | ||
24 | #include <linux/pagemap.h> | 24 | #include <linux/pagemap.h> |
25 | |||
26 | #define tlb_flush(tlb) ((void) tlb) | ||
27 | |||
25 | #include <asm-generic/tlb.h> | 28 | #include <asm-generic/tlb.h> |
26 | 29 | ||
27 | #else /* !CONFIG_MMU */ | 30 | #else /* !CONFIG_MMU */ |