projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d556371
)
MIPS: N32: Fix signalfd4 syscall entry point
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 4 Dec 2012 17:50:48 +0000
(18:50 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 5 Dec 2012 18:58:48 +0000
(19:58 +0100)
This needs to use the compat entry point or it's going to fail on big
endian systems.
Noticed by Al Viro.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall64-n32.S
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/scall64-n32.S
b/arch/mips/kernel/scall64-n32.S
index
ad8b657
..
86ec03f
100644
(file)
--- a/
arch/mips/kernel/scall64-n32.S
+++ b/
arch/mips/kernel/scall64-n32.S
@@
-397,7
+397,7
@@
EXPORT(sysn32_call_table)
PTR sys_timerfd_create
PTR compat_sys_timerfd_gettime /* 6285 */
PTR compat_sys_timerfd_settime
- PTR sys_signalfd4
+ PTR
compat_
sys_signalfd4
PTR sys_eventfd2
PTR sys_epoll_create1
PTR sys_dup3 /* 6290 */