Skip to content

Commit dcc1345

Browse files
author
Peter Zijlstra
committed
alpha: Fix up new futex syscall numbers
As per Arnd, Alpha syscalls since time64 are offset by 120, retain this offset. Fixes: 9f6c532 ("futex: Add sys_futex_wake()") Reported-by: Arnd Bergmann <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 886ee55 commit dcc1345

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arch/alpha/kernel/syscalls/syscall.tbl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@
492492
560 common set_mempolicy_home_node sys_ni_syscall
493493
561 common cachestat sys_cachestat
494494
562 common fchmodat2 sys_fchmodat2
495-
563 common futex_wake sys_futex_wake
496-
564 common futex_wait sys_futex_wait
497-
565 common futex_requeue sys_futex_requeue
495+
# 563 reserved for map_shadow_stack
496+
564 common futex_wake sys_futex_wake
497+
565 common futex_wait sys_futex_wait
498+
566 common futex_requeue sys_futex_requeue

0 commit comments

Comments
 (0)