mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
Fix invalidate_icache_all dsb correctness
This commit is contained in:
parent
3d974857e4
commit
c0f99fcd1c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue