diff options
author | James Hogan <james.hogan@imgtec.com> | 2017-03-04 01:41:25 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-03-08 12:11:13 +0100 |
commit | 9cb74b5e134c9f133001dd1585deef5353cd85f1 (patch) | |
tree | 0c07bc14ed2ec0a7056cae85fc4d84d692f6ba8b /arch/mips/kernel/scall64-64.S | |
parent | MIPS: Include asm/ptrace.h now linux/sched.h doesn't (diff) | |
download | linux-9cb74b5e134c9f133001dd1585deef5353cd85f1.tar.xz linux-9cb74b5e134c9f133001dd1585deef5353cd85f1.zip |
MIPS: Wire up statx system call
Wire up the statx system call for MIPS, which was introduced in commit
a528d35e8bfc ("statx: Add a system call to make enhanced file info
available").
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15387/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-64.S')
-rw-r--r-- | arch/mips/kernel/scall64-64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 0687f96ee912..49765b44aa9b 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -438,4 +438,5 @@ EXPORT(sys_call_table) PTR sys_pkey_mprotect PTR sys_pkey_alloc PTR sys_pkey_free /* 5325 */ + PTR sys_statx .size sys_call_table,.-sys_call_table |