diff options
-rw-r--r-- | arch/xtensa/include/asm/cacheflush.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/cacheflush.h b/arch/xtensa/include/asm/cacheflush.h index e72aaca7a77f..01438e97edc6 100644 --- a/arch/xtensa/include/asm/cacheflush.h +++ b/arch/xtensa/include/asm/cacheflush.h | |||
@@ -67,6 +67,8 @@ extern void __invalidate_dcache_page_alias(unsigned long, unsigned long); | |||
67 | #else | 67 | #else |
68 | static inline void __flush_invalidate_dcache_page_alias(unsigned long virt, | 68 | static inline void __flush_invalidate_dcache_page_alias(unsigned long virt, |
69 | unsigned long phys) { } | 69 | unsigned long phys) { } |
70 | static inline void __invalidate_dcache_page_alias(unsigned long virt, | ||
71 | unsigned long phys) { } | ||
70 | #endif | 72 | #endif |
71 | #if defined(CONFIG_MMU) && (ICACHE_WAY_SIZE > PAGE_SIZE) | 73 | #if defined(CONFIG_MMU) && (ICACHE_WAY_SIZE > PAGE_SIZE) |
72 | extern void __invalidate_icache_page_alias(unsigned long, unsigned long); | 74 | extern void __invalidate_icache_page_alias(unsigned long, unsigned long); |