smp: riscv64: Replace .insn directive with .4byte

This commit is contained in:
mintsuki 2023-09-28 04:19:17 -05:00
parent a83dafe6f4
commit a55f68b3bd
1 changed files with 1 additions and 1 deletions

View File

@ -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