diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-16 21:25:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:37 +0100 |
commit | d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1 (patch) | |
tree | 9bb086547b131b55dfaef22a7592f9d66a5db150 /arch/mips/kernel/scall64-o32.S | |
parent | a982099ca5465dd848d8ae28a83a3e49ac7b612b (diff) | |
download | blackbird-op-linux-d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1.tar.gz blackbird-op-linux-d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1.zip |
32-bit compatibility for various timer-related system calls.
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 00e0d2b8fd8e..1017176bdce9 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -459,7 +459,7 @@ sys_call_table: PTR sys_fadvise64_64 PTR compat_sys_statfs64 /* 4255 */ PTR compat_sys_fstatfs64 - PTR sys_timer_create + PTR sys32_timer_create PTR compat_sys_timer_settime PTR compat_sys_timer_gettime PTR sys_timer_getoverrun /* 4260 */ |