diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-16 16:25:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:37 -0400 |
commit | d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1 (patch) | |
tree | 9bb086547b131b55dfaef22a7592f9d66a5db150 /arch/mips/kernel/scall64-o32.S | |
parent | a982099ca5465dd848d8ae28a83a3e49ac7b612b (diff) |
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: | |||
459 | PTR sys_fadvise64_64 | 459 | PTR sys_fadvise64_64 |
460 | PTR compat_sys_statfs64 /* 4255 */ | 460 | PTR compat_sys_statfs64 /* 4255 */ |
461 | PTR compat_sys_fstatfs64 | 461 | PTR compat_sys_fstatfs64 |
462 | PTR sys_timer_create | 462 | PTR sys32_timer_create |
463 | PTR compat_sys_timer_settime | 463 | PTR compat_sys_timer_settime |
464 | PTR compat_sys_timer_gettime | 464 | PTR compat_sys_timer_gettime |
465 | PTR sys_timer_getoverrun /* 4260 */ | 465 | PTR sys_timer_getoverrun /* 4260 */ |