projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901f616
)
MIPS: 32-bit: Fix number of argument to epoll_wait.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 16 Jun 2011 09:32:15 +0000
(10:32 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 20 Oct 2011 14:00:18 +0000
(15:00 +0100)
The number of arguments only matters for syscalls with stack arguments that
is using 5 or more argument slots so this is just cosmetic fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall32-o32.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/scall32-o32.S
b/arch/mips/kernel/scall32-o32.S
index 865bc7a6f5a19ed32d150886658894b215f3617d..47920657968d2e65368edd0c2cbd39c6a5052ef2 100644
(file)
--- a/
arch/mips/kernel/scall32-o32.S
+++ b/
arch/mips/kernel/scall32-o32.S
@@
-496,7
+496,7
@@
einval: li v0, -ENOSYS
sys sys_lookup_dcookie 4
sys sys_epoll_create 1
sys sys_epoll_ctl 4
- sys sys_epoll_wait
3
/* 4250 */
+ sys sys_epoll_wait
4
/* 4250 */
sys sys_remap_file_pages 5
sys sys_set_tid_address 1
sys sys_restart_syscall 0