We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b1294 commit 4681dacCopy full SHA for 4681dac
arch/riscv/kernel/entry.S
@@ -348,6 +348,6 @@ SYM_CODE_END(excp_vect_table)
348
#ifndef CONFIG_MMU
349
SYM_CODE_START(__user_rt_sigreturn)
350
li a7, __NR_rt_sigreturn
351
- scall
+ ecall
352
SYM_CODE_END(__user_rt_sigreturn)
353
#endif
arch/riscv/kernel/vdso/rt_sigreturn.S
@@ -11,6 +11,6 @@ ENTRY(__vdso_rt_sigreturn)
11
.cfi_startproc
12
.cfi_signal_frame
13
14
15
.cfi_endproc
16
ENDPROC(__vdso_rt_sigreturn)
0 commit comments