diff options
author | James Hogan <james.hogan@imgtec.com> | 2017-03-04 00:41:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-03-08 12:11:13 +0100 |
commit | 9cb74b5e134c9f133001dd1585deef5353cd85f1 (patch) | |
tree | 0c07bc14ed2ec0a7056cae85fc4d84d692f6ba8b /arch/mips/kernel/scall64-n32.S | |
parent | 0c7e2bc87ea6c2eb6f369998f74a0278e64863e4 (diff) | |
download | talos-op-linux-9cb74b5e134c9f133001dd1585deef5353cd85f1.tar.gz talos-op-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-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 0331ba39a065..90bad2d1b2d3 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -433,4 +433,5 @@ EXPORT(sysn32_call_table) PTR sys_pkey_mprotect PTR sys_pkey_alloc PTR sys_pkey_free + PTR sys_statx /* 6330 */ .size sysn32_call_table,.-sysn32_call_table |