From: Geert Uytterhoeven Date: Fri, 6 May 2011 18:57:11 +0000 (+0200) Subject: m68k: Really wire up sys_pselect6 and sys_ppoll X-Git-Tag: v2.6.39.1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57791b092659dca5c8194652767678c199e0236c;p=thirdparty%2Fkernel%2Fstable.git m68k: Really wire up sys_pselect6 and sys_ppoll commit d6d42bb2f85d875dc0c421699de5a1401b2af6a6 upstream. We reserved the numbers a long time ago, but never wired them up in the syscall table as they need TIF_RESTORE_SIGMASK, which we only got last year in commit cb6831d5d3099e772a510eb3e1ed0760ccffb45e ("m68k: Switch to saner sigsuspend()") Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S index 9b8393d8adb89..c54cca879546b 100644 --- a/arch/m68k/kernel/syscalltable.S +++ b/arch/m68k/kernel/syscalltable.S @@ -319,8 +319,8 @@ ENTRY(sys_call_table) .long sys_readlinkat .long sys_fchmodat .long sys_faccessat /* 300 */ - .long sys_ni_syscall /* Reserved for pselect6 */ - .long sys_ni_syscall /* Reserved for ppoll */ + .long sys_pselect6 + .long sys_ppoll .long sys_unshare .long sys_set_robust_list .long sys_get_robust_list /* 305 */