On Wed, Nov 03, 2021 at 10:55:21AM +0800, Wang Haojun wrote: > Wire up the futex_waitv syscall. > > Fix Build warning: #warning syscall futex_waitv not implemented [-Wcpp] > > Signed-off-by: Wang Haojun <wanghaojun@xxxxxxxxxxx> > --- > arch/mips/kernel/syscalls/syscall_n32.tbl | 1 + > arch/mips/kernel/syscalls/syscall_n64.tbl | 1 + > arch/mips/kernel/syscalls/syscall_o32.tbl | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/arch/mips/kernel/syscalls/syscall_n32.tbl b/arch/mips/kernel/syscalls/syscall_n32.tbl > index 70e32de2bcaa..e497492eb72f 100644 > --- a/arch/mips/kernel/syscalls/syscall_n32.tbl > +++ b/arch/mips/kernel/syscalls/syscall_n32.tbl > @@ -387,3 +387,4 @@ > 446 n32 landlock_restrict_self sys_landlock_restrict_self > # 447 reserved for memfd_secret > 448 n32 process_mrelease sys_process_mrelease > +449 n32 futex_waitv sys_futex_waitv > diff --git a/arch/mips/kernel/syscalls/syscall_n64.tbl b/arch/mips/kernel/syscalls/syscall_n64.tbl > index 1ca7bc337932..e2c481fcede6 100644 > --- a/arch/mips/kernel/syscalls/syscall_n64.tbl > +++ b/arch/mips/kernel/syscalls/syscall_n64.tbl > @@ -363,3 +363,4 @@ > 446 n64 landlock_restrict_self sys_landlock_restrict_self > # 447 reserved for memfd_secret > 448 n64 process_mrelease sys_process_mrelease > +449 n64 futex_waitv sys_futex_waitv > diff --git a/arch/mips/kernel/syscalls/syscall_o32.tbl b/arch/mips/kernel/syscalls/syscall_o32.tbl > index a61c35edaa74..3714c97b2643 100644 > --- a/arch/mips/kernel/syscalls/syscall_o32.tbl > +++ b/arch/mips/kernel/syscalls/syscall_o32.tbl > @@ -436,3 +436,4 @@ > 446 o32 landlock_restrict_self sys_landlock_restrict_self > # 447 reserved for memfd_secret > 448 o32 process_mrelease sys_process_mrelease > +449 o32 futex_waitv sys_futex_waitv > -- > 2.27.0 applied to mips-fixes. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]