Commit b98c6cc9 authored by Helge Deller's avatar Helge Deller Committed by Sasha Levin

parisc: fix epoll_pwait syscall on compat kernel

This bug was detected with the libio-epoll-perl debian package where the
test case IO-Ppoll-compat.t failed.
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
CC: stable@kernel.org   # 3.0+

(cherry picked from commit ab3e55b1)
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 26b9aa45
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
ENTRY_COMP(vmsplice) ENTRY_COMP(vmsplice)
ENTRY_COMP(move_pages) /* 295 */ ENTRY_COMP(move_pages) /* 295 */
ENTRY_SAME(getcpu) ENTRY_SAME(getcpu)
ENTRY_SAME(epoll_pwait) ENTRY_COMP(epoll_pwait)
ENTRY_COMP(statfs64) ENTRY_COMP(statfs64)
ENTRY_COMP(fstatfs64) ENTRY_COMP(fstatfs64)
ENTRY_COMP(kexec_load) /* 300 */ ENTRY_COMP(kexec_load) /* 300 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment