diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-12-17 14:34:04 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-01-13 17:53:09 +0300 |
commit | 389cdc5d359c48c36c3512645ec2533370aa6eb3 (patch) | |
tree | 41c0bd669bd96620fac4696b932d1a5758dd2138 /arch/mips/kernel/scall64-64.S | |
parent | b8e7d196f1b6c8045c39ff300295969c087ec3f0 (diff) | |
download | linux-389cdc5d359c48c36c3512645ec2533370aa6eb3.tar.xz |
MIPS: Wire up execveat(2).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-64.S')
-rw-r--r-- | arch/mips/kernel/scall64-64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index 5251565e344b..ad4d44635c76 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -435,4 +435,5 @@ EXPORT(sys_call_table) PTR sys_getrandom PTR sys_memfd_create PTR sys_bpf /* 5315 */ + PTR sys_execveat .size sys_call_table,.-sys_call_table |