diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-05-13 17:56:41 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-13 17:57:33 +0200 |
commit | 367f0b50e502d2c384277ba2ed43b04add2b8b6f (patch) | |
tree | c2a5f799abefaf81f0999465e3c0e51da99526a5 /arch/mips/kernel/scall32-o32.S | |
parent | 8471ac1b3fc73aeabdabf9ff3c0a4df71d190448 (diff) |
MIPS: Wire up renameat2 syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index fdc70b400442..3245474f19d5 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -577,3 +577,4 @@ EXPORT(sys_call_table) PTR sys_finit_module PTR sys_sched_setattr PTR sys_sched_getattr /* 4350 */ + PTR sys_renameat2 |