Skip to content

Commit

Permalink
futex,x86: Wire up sys_futex_waitv()
Browse files Browse the repository at this point in the history
Wire up syscall entry point for x86 arch, for both i386 and x86_64.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210923171111.300673-18-andrealmeid@collabora.com
  • Loading branch information
andrealmeid authored and xanmod committed Dec 17, 2021
1 parent e8103bc commit fbd5e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/entry/syscalls/syscall_32.tbl
Expand Up @@ -445,3 +445,4 @@
438 i386 pidfd_getfd sys_pidfd_getfd
439 i386 faccessat2 sys_faccessat2
440 i386 process_madvise sys_process_madvise
449 i386 futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/x86/entry/syscalls/syscall_64.tbl
Expand Up @@ -362,6 +362,7 @@
438 common pidfd_getfd sys_pidfd_getfd
439 common faccessat2 sys_faccessat2
440 common process_madvise sys_process_madvise
449 common futex_waitv sys_futex_waitv

#
# Due to a historical design error, certain syscalls are numbered differently
Expand Down

0 comments on commit fbd5e3b

Please sign in to comment.