]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/syscalls: kill ppc32_select()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 May 2018 13:20:50 +0000 (23:20 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 May 2018 13:25:15 +0000 (23:25 +1000)
commit7d02e06266826bfc42dc055914fa07677124d371
treee1228160c581e65041e19f8627469d1956411739
parente98dc47572e784750fb68ca5e2ff2ec7b203e364
powerpc/syscalls: kill ppc32_select()

it had always been pointless - compat_sys_select() sign-extends
the first argument just fine on its own.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
[mpe: Use COMPAT_SPU_NEW() to keep systbl_chk.sh happy]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/systbl.h
arch/powerpc/kernel/sys_ppc32.c