aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/syscall.h
Commit message (Collapse)AuthorAge
* MIPS: ftrace: Add support for syscall tracepoints.Ralf Baechle2013-10-29
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* MIPS: Move audit_arch() helper function to __syscall_get_arch().Ralf Baechle2013-10-29
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* MIPS: Enable HAVE_ARCH_TRACEHOOK.Ralf Baechle2013-10-29
| | | | | | | This enables /proc/<pid>/syscall and the ptrace PTRACE_GETREGSET and PTRACE_SETREGSET operations. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* MIPS: Provide arch_syscall_addr.Ralf Baechle2013-10-29
The generic version is wrong for MIPS. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>