diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-04-17 00:04:21 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:08 +0100 |
commit | cce812c99c2169f7d3157b6f7fd38cde9af9c6c6 (patch) | |
tree | 70b4b29d5965ac26f66d958d7b592644fb3afa10 /arch/mips/kernel | |
parent | b63014ad2dfd137ac38210c7c5cda7ecc3f536d0 (diff) | |
download | linux-cce812c99c2169f7d3157b6f7fd38cde9af9c6c6.tar.gz linux-cce812c99c2169f7d3157b6f7fd38cde9af9c6c6.tar.bz2 linux-cce812c99c2169f7d3157b6f7fd38cde9af9c6c6.zip |
Ustat needs a wrapper on n32.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index ce030412efbe..cb671ef5e19b 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -250,7 +250,7 @@ EXPORT(sysn32_call_table) PTR compat_sys_utime /* 6130 */ PTR sys_mknod PTR sys32_personality - PTR sys_ustat + PTR sys32_ustat PTR compat_sys_statfs PTR compat_sys_fstatfs /* 6135 */ PTR sys_sysfs |