MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls.
commit84ed94323e67c9f99606fb24e8c746a0d62ab95a
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 18 Mar 2011 17:37:23 +0000 (18 10:37 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 25 Mar 2011 17:45:20 +0000 (25 18:45 +0100)
tree96463894719e5a1fdb89d26e28ae906e9dc84f4a
parentfbaa4e2a19a4b85b38464cf2683e4d275b4d970c
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>
arch/mips/include/asm/unistd.h
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S