diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-09-30 14:24:31 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-09-30 14:24:31 +0200 |
commit | 96fc7a9cee671f10e14aaca44833696a71f1ebdb (patch) | |
tree | c1e9f4f7e9660380db52d5653f954b726acfb823 /arch/mips/kernel/scall32-o32.S | |
parent | e060f6ed281669b6d2f22d8dafd664b532386918 (diff) |
MIPS: Wire up userfaultfd and membarrier syscalls.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index 4cc13508d967..d06e30c1e4cd 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -599,3 +599,5 @@ EXPORT(sys_call_table) PTR sys_memfd_create PTR sys_bpf /* 4355 */ PTR sys_execveat + PTR sys_userfaultfd + PTR sys_membarrier |