From: Helge Deller Date: Sat, 12 Apr 2014 22:03:55 +0000 (+0200) Subject: parisc: fix epoll_pwait syscall on compat kernel X-Git-Tag: v3.4.92~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69ec67c1c1360345aa949fa571039bd8c69d7721;p=thirdparty%2Fkernel%2Fstable.git parisc: fix epoll_pwait syscall on compat kernel commit ab3e55b119c9653b19ea4edffb86f04db867ac98 upstream. This bug was detected with the libio-epoll-perl debian package where the test case IO-Ppoll-compat.t failed. Signed-off-by: Helge Deller Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 3735abd7f8f6f..4014d9064be11 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -395,7 +395,7 @@ ENTRY_COMP(vmsplice) ENTRY_COMP(move_pages) /* 295 */ ENTRY_SAME(getcpu) - ENTRY_SAME(epoll_pwait) + ENTRY_COMP(epoll_pwait) ENTRY_COMP(statfs64) ENTRY_COMP(fstatfs64) ENTRY_COMP(kexec_load) /* 300 */