projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1266f2d
)
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
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 05:30:01 +0000
(21:30 -0800)
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 17d0ae8672fa666b8d1e43ae40b0226e1bd04ac8..a25e62d2de6e5ae7d7967fc18425f3c18d1506a3 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();
}
/*