From c0f99fcd1c6d61b7f242bc7734dce54a68ea20f1 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 3 Mar 2018 20:03:52 +0100 Subject: [PATCH] Fix invalidate_icache_all dsb correctness --- exosphere/src/arm.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exosphere/src/arm.s b/exosphere/src/arm.s index 530c207f2..939a869ea 100644 --- a/exosphere/src/arm.s +++ b/exosphere/src/arm.s @@ -235,10 +235,10 @@ invalidate_icache_all_inner_shareable: .type invalidate_icache_all, %function .global invalidate_icache_all invalidate_icache_all: - dsb sy + dsb ish isb ic iallu - dsb sy + dsb ish isb ret