diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-08-26 03:03:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-08-26 03:03:40 +0200 |
commit | 42944521af97a3b25516f15f3149aec3779656dc (patch) | |
tree | cee5abd5d8820963962790f5968922cbda167711 /arch/mips/kernel/scall64-o32.S | |
parent | 4d5b3bdc0ecb0cf5b1e1598eeaaac4b5cb33868d (diff) | |
download | blackbird-obmc-linux-42944521af97a3b25516f15f3149aec3779656dc.tar.gz blackbird-obmc-linux-42944521af97a3b25516f15f3149aec3779656dc.zip |
MIPS: Wire up new syscalls getrandom and memfd_create.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 25bb8400156d..9e10d11fbb84 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -562,4 +562,6 @@ EXPORT(sys32_call_table) PTR sys_sched_getattr /* 4350 */ PTR sys_renameat2 PTR sys_seccomp + PTR sys_getrandom + PTR sys_memfd_create .size sys32_call_table,.-sys32_call_table |