From 389cdc5d359c48c36c3512645ec2533370aa6eb3 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 17 Dec 2014 12:34:04 +0100 Subject: MIPS: Wire up execveat(2). Signed-off-by: Ralf Baechle --- arch/mips/kernel/scall64-64.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/kernel/scall64-64.S') 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 -- cgit v1.2.3