aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall64-o32.S
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2011-03-18 10:37:23 -0700
committerRalf Baechle <ralf@linux-mips.org>2011-03-25 18:45:20 +0100
commit84ed94323e67c9f99606fb24e8c746a0d62ab95a (patch)
tree96463894719e5a1fdb89d26e28ae906e9dc84f4a /arch/mips/kernel/scall64-o32.S
parentMIPS: VR41xx: Convert to new irq_chip functions (diff)
downloadlinux-dev-84ed94323e67c9f99606fb24e8c746a0d62ab95a.tar.xz
linux-dev-84ed94323e67c9f99606fb24e8c746a0d62ab95a.zip
MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls.
These system calls we recently added. 32-bit ABIs need compat handling for sys_clock_adjtime(). o32 also needs compat handling for sys_open_by_handle_at(); Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2165/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/kernel/scall64-o32.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S
index 78d768a3e19d..5c4e0dc52f78 100644
--- a/arch/mips/kernel/scall64-o32.S
+++ b/arch/mips/kernel/scall64-o32.S
@@ -543,4 +543,7 @@ sys_call_table:
PTR sys_fanotify_init
PTR sys_32_fanotify_mark
PTR sys_prlimit64
+ PTR sys_name_to_handle_at
+ PTR compat_sys_open_by_handle_at /* 4340 */
+ PTR compat_sys_clock_adjtime
.size sys_call_table,.-sys_call_table