projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef36bd
)
parisc: fix epoll_pwait syscall on compat kernel
author
Helge Deller
<deller@gmx.de>
Sat, 12 Apr 2014 22:03:55 +0000
(
00:03
+0200)
committer
Helge Deller
<deller@gmx.de>
Sun, 13 Apr 2014 13:07:57 +0000
(15:07 +0200)
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+
arch/parisc/kernel/syscall_table.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/syscall_table.S
b/arch/parisc/kernel/syscall_table.S
index 80e5dd248934e26ca94916c1e1f7c2cd6cffbefd..83ead0ea127d23cdcb10115a5b04d76f40e10612 100644
(file)
--- 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 */