diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-12-17 06:34:04 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-01-13 09:53:09 -0500 |
commit | 389cdc5d359c48c36c3512645ec2533370aa6eb3 (patch) | |
tree | 41c0bd669bd96620fac4696b932d1a5758dd2138 /arch/mips/kernel/scall64-o32.S | |
parent | b8e7d196f1b6c8045c39ff300295969c087ec3f0 (diff) |
MIPS: Wire up execveat(2).
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 6f8db9f728e8..4fdca4fb7943 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -565,4 +565,5 @@ EXPORT(sys32_call_table) | |||
565 | PTR sys_getrandom | 565 | PTR sys_getrandom |
566 | PTR sys_memfd_create | 566 | PTR sys_memfd_create |
567 | PTR sys_bpf /* 4355 */ | 567 | PTR sys_bpf /* 4355 */ |
568 | PTR compat_sys_execveat | ||
568 | .size sys32_call_table,.-sys32_call_table | 569 | .size sys32_call_table,.-sys32_call_table |