commit | 42944521af97a3b25516f15f3149aec3779656dc | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Aug 26 03:03:40 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Aug 26 03:03:40 2014 +0200 |
tree | cee5abd5d8820963962790f5968922cbda167711 | |
parent | 4d5b3bdc0ecb0cf5b1e1598eeaaac4b5cb33868d [diff] [blame] |
MIPS: Wire up new syscalls getrandom and memfd_create. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 03ebd99..002b1bc 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S
@@ -432,4 +432,6 @@ PTR sys_sched_getattr /* 5310 */ PTR sys_renameat2 PTR sys_seccomp + PTR sys_getrandom + PTR sys_memfd_create .size sys_call_table,.-sys_call_table