Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39544ac9 authored by Vinayak Kale's avatar Vinayak Kale Committed by Russell King
Browse files

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: default avatarVinayak Kale <vkale@apm.com>
Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e83b3664
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
}

/*