smp: riscv64: Replace .insn directive with .4byte
This commit is contained in:
parent
74751895ad
commit
fd9b3c38de
@ -54,7 +54,7 @@ smp_trampoline_start:
|
|||||||
csrw stvec, zero
|
csrw stvec, zero
|
||||||
|
|
||||||
// Wait for kernel to tell us where to go.
|
// 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)
|
ld t0, 24(a0)
|
||||||
fence r, rw
|
fence r, rw
|
||||||
beqz t0, 0b
|
beqz t0, 0b
|
||||||
|
Loading…
Reference in New Issue
Block a user