diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-05-06 16:28:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:13 +0100 |
commit | d547c5cc2186be9d74b0c595dc8059aef56cd445 (patch) | |
tree | c8c7ab9d109b4733bd81cb41fbd6e6454d936697 /arch/mips/kernel | |
parent | b382fe848345fe626b74a559fa89d2d966d03b02 (diff) | |
download | blackbird-op-linux-d547c5cc2186be9d74b0c595dc8059aef56cd445.tar.gz blackbird-op-linux-d547c5cc2186be9d74b0c595dc8059aef56cd445.zip |
sys_nfsservctl() needs translation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-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 f49182ea73f8..deb7f932e288 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -391,7 +391,7 @@ sys_call_table: PTR sys_getresuid PTR sys_ni_syscall /* was query_module */ PTR sys_poll - PTR sys_nfsservctl + PTR compat_sys_nfsservctl PTR sys_setresgid /* 4190 */ PTR sys_getresgid PTR sys_prctl |