diff options
author | Helge Deller <deller@gmx.de> | 2014-04-13 00:03:55 +0200 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-05-05 13:39:49 +0200 |
commit | b7b78ca82179e609592c74afa721f5aca0269625 (patch) | |
tree | 68487793d5c0d5530ca5ec1f55b3e5a70c0ec74a /arch | |
parent | 95c3a5624ae783081cc9d9b0e3d24ea19b36590e (diff) |
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 <deller@gmx.de>
CC: stable@kernel.org # 3.0+
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 0c9107285e6..10a0c2aad8c 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -392,7 +392,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 */ |