powerpc/syscalls: Use sys_old_select() in ppc_select()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 10 Mar 2021 17:57:03 +0000 (17:57 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 26 Mar 2021 12:19:42 +0000 (23:19 +1100)
commitfd69d544b0e785b11699675154bdfe01a04538cd
tree4fdb9efc31fcbb7d0196b0407ac6855ba06bf593
parent4b8cda58812c1e1bf79d37f2ddff3cf03b7025da
powerpc/syscalls: Use sys_old_select() in ppc_select()

Instead of opencodying the copy of parameters, use
the generic sys_old_select().

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/4de983ad254739da1fe6e9f273baf387b7043ae0.1615398498.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/unistd.h
arch/powerpc/kernel/syscalls.c