diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-12-17 12:34:04 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-01-13 15:53:09 +0100 |
commit | 389cdc5d359c48c36c3512645ec2533370aa6eb3 (patch) | |
tree | 41c0bd669bd96620fac4696b932d1a5758dd2138 /arch/mips/kernel/scall64-n32.S | |
parent | b8e7d196f1b6c8045c39ff300295969c087ec3f0 (diff) | |
download | talos-op-linux-389cdc5d359c48c36c3512645ec2533370aa6eb3.tar.gz talos-op-linux-389cdc5d359c48c36c3512645ec2533370aa6eb3.zip |
MIPS: Wire up execveat(2).
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 77e74398b828..446cc654da56 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -428,4 +428,5 @@ EXPORT(sysn32_call_table) PTR sys_getrandom PTR sys_memfd_create PTR sys_bpf + PTR compat_sys_execveat /* 6320 */ .size sysn32_call_table,.-sysn32_call_table |