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 <arnd@arndb.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/cb4bb8e2-7dfe-4ca4-aa70-060f7b2f8f95@app.fastmail.com
1 parent 886ee55 commit dcc1345

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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)