smp: riscv64: Replace .insn directive with .4byte
This commit is contained in:
parent
a83dafe6f4
commit
a55f68b3bd
@ -54,7 +54,7 @@ smp_trampoline_start:
|
||||
csrw stvec, zero
|
||||
|
||||
// Wait for kernel to tell us where to go.
|
||||
0: .insn i 0x0F, 0, x0, x0, 0x010 // pause
|
||||
0: .4byte 0x0100000f // pause
|
||||
ld t0, 24(a0)
|
||||
fence r, rw
|
||||
beqz t0, 0b
|
||||
|
Loading…
Reference in New Issue
Block a user