aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/thread_info.h
diff options
context:
space:
mode:
authorLars Persson <lars.persson@axis.com>2015-02-03 17:08:17 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-02-04 16:40:09 +0100
commitc2d9f17757310484ab4fd65954f5f9850f6a1349 (patch)
tree93df833f0fdbddb083326d14eff6585d086e3186 /arch/mips/include/asm/thread_info.h
parentMIPS: elf2ecoff: Ignore PT_MIPS_ABIFLAGS program headers. (diff)
downloadlinux-dev-c2d9f17757310484ab4fd65954f5f9850f6a1349.tar.xz
linux-dev-c2d9f17757310484ab4fd65954f5f9850f6a1349.zip
MIPS: Fix syscall_get_nr for the syscall exit tracing.
Register 2 is alredy overwritten by the return value when syscall_trace_leave() is called. Signed-off-by: Lars Persson <larper@axis.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9187/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/thread_info.h')
-rw-r--r--arch/mips/include/asm/thread_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
index 99eea59604e9..e4440f92b366 100644
--- a/arch/mips/include/asm/thread_info.h
+++ b/arch/mips/include/asm/thread_info.h
@@ -36,6 +36,7 @@ struct thread_info {
*/
struct restart_block restart_block;
struct pt_regs *regs;
+ long syscall; /* syscall number */
};
/*