diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-24 21:15:11 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 23:06:06 +0000 |
commit | e016c38d1813c4ad180a4cd44942bca2a9e7a8c9 (patch) | |
tree | b063bfcbeb5297c32d4e10d48c0da49f5116288c /arch/mips/kernel/scall64-o32.S | |
parent | b772e6d272152808cede1c8f5387626b6329538c (diff) | |
download | talos-obmc-linux-e016c38d1813c4ad180a4cd44942bca2a9e7a8c9.tar.gz talos-obmc-linux-e016c38d1813c4ad180a4cd44942bca2a9e7a8c9.zip |
[MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index c5f590ca99b0..bcc42489dc3c 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -518,5 +518,5 @@ sys_call_table: PTR compat_sys_get_robust_list /* 4310 */ PTR compat_sys_kexec_load PTR sys_getcpu - PTR sys_epoll_pwait + PTR compat_sys_epoll_pwait .size sys_call_table,.-sys_call_table |