aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/kernel/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S
index 5698668166cd..07de1bbb69a5 100644
--- a/arch/parisc/kernel/syscall.S
+++ b/arch/parisc/kernel/syscall.S
@@ -355,7 +355,7 @@ tracesys_exit:
355 355
356tracesys_sigexit: 356tracesys_sigexit:
357 ldo -THREAD_SZ_ALGN-FRAME_SIZE(%r30),%r1 /* get task ptr */ 357 ldo -THREAD_SZ_ALGN-FRAME_SIZE(%r30),%r1 /* get task ptr */
358 LDREG 0(%r1), %r1 358 LDREG TI_TASK(%r1), %r1
359#ifdef CONFIG_64BIT 359#ifdef CONFIG_64BIT
360 ldo -16(%r30),%r29 /* Reference param save area */ 360 ldo -16(%r30),%r29 /* Reference param save area */
361#endif 361#endif