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

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

View File

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