projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103a939
)
ARM: 7957/1: add DSB after icache flush in __flush_icache_all()
author
Vinayak Kale
<vkale@apm.com>
Wed, 12 Feb 2014 06:30:01 +0000
(07:30 +0100)
committer
Jiri Slaby
<jslaby@suse.cz>
Wed, 5 Mar 2014 16:13:40 +0000
(17:13 +0100)
commit
39544ac9df20f73e49fc6b9ac19ff533388c82c0
upstream.
Add DSB after icache flush to complete the cache maintenance operation.
Signed-off-by: Vinayak Kale <vkale@apm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/arm/include/asm/cacheflush.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/cacheflush.h
b/arch/arm/include/asm/cacheflush.h
index 15f2d5bf8875636e1514d377fc61b426534b3f74..cc8a2ca1d80a4899c31f80ca5851cccb5271af8c 100644
(file)
--- a/
arch/arm/include/asm/cacheflush.h
+++ b/
arch/arm/include/asm/cacheflush.h
@@
-212,6
+212,7
@@
extern void copy_to_user_page(struct vm_area_struct *, struct page *,
static inline void __flush_icache_all(void)
{
__flush_icache_preferred();
+ dsb();
}
/*