Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: Really wire up sys_pselect6 and sys_ppoll

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 <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Cc: stable@kernel.org

+2 -2
+2 -2
arch/m68k/kernel/syscalltable.S
··· 322 322 .long sys_readlinkat 323 323 .long sys_fchmodat 324 324 .long sys_faccessat /* 300 */ 325 - .long sys_ni_syscall /* Reserved for pselect6 */ 326 - .long sys_ni_syscall /* Reserved for ppoll */ 325 + .long sys_pselect6 326 + .long sys_ppoll 327 327 .long sys_unshare 328 328 .long sys_set_robust_list 329 329 .long sys_get_robust_list /* 305 */