start.cold/warm.s: Correct DSB instruction instances (#41)
DSB requires that the barrier option be specified
This commit is contained in:
@@ -49,7 +49,7 @@ __start_cold:
|
||||
mov x0, #3
|
||||
msr rmr_el3, x0
|
||||
isb
|
||||
dsb
|
||||
dsb sy
|
||||
/* Nintendo forgot to copy-paste the branch instruction below. */
|
||||
_reset_wfi:
|
||||
wfi
|
||||
|
||||
@@ -49,7 +49,7 @@ __start_warm:
|
||||
mov x0, #3
|
||||
msr rmr_el3, x0
|
||||
isb
|
||||
dsb
|
||||
dsb sy
|
||||
/* Nintendo forgot to copy-paste the branch instruction below. */
|
||||
_reset_wfi:
|
||||
wfi
|
||||
|
||||
Reference in New Issue
Block a user