Skip to content

Commit 39544ac

Browse files
Vinayak KaleRussell King
authored andcommitted
ARM: 7957/1: add DSB after icache flush in __flush_icache_all()
Add DSB after icache flush to complete the cache maintenance operation. Signed-off-by: Vinayak Kale <[email protected]> Acked-by: Catalin Marinas <[email protected]> Cc: <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent e83b366 commit 39544ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/include/asm/cacheflush.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ extern void copy_to_user_page(struct vm_area_struct *, struct page *,
212212
static inline void __flush_icache_all(void)
213213
{
214214
__flush_icache_preferred();
215+
dsb();
215216
}
216217

217218
/*

0 commit comments

Comments
 (0)