riscv: compat_syscall_table: Fixup compile warning
authorGuo Ren <guoren@linux.alibaba.com>
Mon, 1 May 2023 22:33:54 +0000 (15:33 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 1 May 2023 22:42:34 +0000 (15:42 -0700)
commitf9c4bbddece7eff1155c70d48e3c9c2a01b9d778
tree429549d1c26b18878bd3120a3b7179e23b38e083
parent26b0812f4cf824a02eec9a425c09e34a25420166
riscv: compat_syscall_table: Fixup compile warning

../arch/riscv/kernel/compat_syscall_table.c:12:41: warning: initialized
field overwritten [-Woverride-init]
   12 | #define __SYSCALL(nr, call)      [nr] = (call),
      |                                         ^
../include/uapi/asm-generic/unistd.h:567:1: note: in expansion of macro
'__SYSCALL'
  567 | __SYSCALL(__NR_semget, sys_semget)

Fixes: 59c10c52f573 ("riscv: compat: syscall: Add compat_sys_call_table implementation")
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reported-by: kernel test robot <lkp@intel.com>
Tested-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Drew Fustini <dfustini@baylibre.com>
Link: https://lore.kernel.org/r/20230501223353.2833899-1-dfustini@baylibre.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/Makefile