diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-01-22 09:40:01 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 18:09:08 -0400 |
commit | 1225eb825208b529fd4c01d07faf9db48e68cd33 (patch) | |
tree | 8e26b62ebc5a42479be4c5ae4f73b2eaf262ca57 /arch/mips/include | |
parent | 137f7df8cead00688524c82360930845396b8a21 (diff) |
MIPS: ptrace: Move away from secure_computing_strict
MIPS now has the infrastructure for dynamic seccomp-bpf
filtering
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6400/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index 7bba9da110af..84257dfa3b60 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h | |||
@@ -82,7 +82,7 @@ static inline long regs_return_value(struct pt_regs *regs) | |||
82 | #define instruction_pointer(regs) ((regs)->cp0_epc) | 82 | #define instruction_pointer(regs) ((regs)->cp0_epc) |
83 | #define profile_pc(regs) instruction_pointer(regs) | 83 | #define profile_pc(regs) instruction_pointer(regs) |
84 | 84 | ||
85 | extern asmlinkage void syscall_trace_enter(struct pt_regs *regs); | 85 | extern asmlinkage long syscall_trace_enter(struct pt_regs *regs); |
86 | extern asmlinkage void syscall_trace_leave(struct pt_regs *regs); | 86 | extern asmlinkage void syscall_trace_leave(struct pt_regs *regs); |
87 | 87 | ||
88 | extern void die(const char *, struct pt_regs *) __noreturn; | 88 | extern void die(const char *, struct pt_regs *) __noreturn; |