summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-12-11 14:54:07 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-12-11 14:54:07 +0100
commitdc37b7080cd55b57079aa85d9d3dca0463c0c017 (patch)
tree8915e4a5b41e7787ed99cf72cdecba4382e33c69 /arch/mips/include/asm
parenta850a514e5092a1a085312b11fe326dd830261cd (diff)
parent178574b66509c9ff7df4ad26c84a8884567e93b4 (diff)
Merge tag 'v4.19.8' into linux-4.19.y-rt
This is the 4.19.8 stable release
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r--arch/mips/include/asm/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/syscall.h b/arch/mips/include/asm/syscall.h
index 0170602a1e4e..6cf8ffb5367e 100644
--- a/arch/mips/include/asm/syscall.h
+++ b/arch/mips/include/asm/syscall.h
@@ -73,7 +73,7 @@ static inline unsigned long mips_get_syscall_arg(unsigned long *arg,
#ifdef CONFIG_64BIT
case 4: case 5: case 6: case 7:
#ifdef CONFIG_MIPS32_O32
- if (test_thread_flag(TIF_32BIT_REGS))
+ if (test_tsk_thread_flag(task, TIF_32BIT_REGS))
return get_user(*arg, (int *)usp + n);
else
#endif