aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-09-22 06:32:07 +0400
committerMax Filippov <jcmvbkbc@gmail.com>2014-10-21 13:28:45 +0400
commit4d5ea702467438bc7af59b053c13e900022d9387 (patch)
tree194d4ab8b55cbb7e344566e1b6b6b2b3318f3926
parentxtensa: nommu: move init_mmu stub to nommu_context.h (diff)
downloadlinux-dev-4d5ea702467438bc7af59b053c13e900022d9387.tar.xz
linux-dev-4d5ea702467438bc7af59b053c13e900022d9387.zip
xtensa: nommu: provide __invalidate_dcache_page_alias stub
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r--arch/xtensa/include/asm/cacheflush.h2
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);
#else
static inline void __flush_invalidate_dcache_page_alias(unsigned long virt,
unsigned long phys) { }
+static inline void __invalidate_dcache_page_alias(unsigned long virt,
+ unsigned long phys) { }
#endif
#if defined(CONFIG_MMU) && (ICACHE_WAY_SIZE > PAGE_SIZE)
extern void __invalidate_icache_page_alias(unsigned long, unsigned long);