riscv: replace deprecated scall with ecall
authorFangrui Song <maskray@google.com>
Sun, 23 Apr 2023 22:32:10 +0000 (22:32 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 20 Jun 2023 16:02:09 +0000 (09:02 -0700)
commit4681dacadeefa5ca6017e00736adc1d7dc963c6a
tree63c19e916cbb4b95b9fc5b0f83fea344e99a3350
parent58b1294dd1d65bb62f08dddbf418f954210c2057
riscv: replace deprecated scall with ecall

scall is a deprecated alias for ecall. ecall is used in several places,
so there is no assembler compatibility concern.

Signed-off-by: Fangrui Song <maskray@google.com>
Link: https://lore.kernel.org/r/20230423223210.126948-1-maskray@google.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/entry.S
arch/riscv/kernel/vdso/rt_sigreturn.S