aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/entry_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S
index 984a10630714..2d22bf03484e 100644
--- a/arch/powerpc/kernel/entry_64.S
+++ b/arch/powerpc/kernel/entry_64.S
@@ -279,7 +279,7 @@ _GLOBAL(ppc32_rt_sigsuspend)
279 bne syscall_exit 279 bne syscall_exit
280 /* If sigsuspend() returns zero, we are going into a signal handler. We 280 /* If sigsuspend() returns zero, we are going into a signal handler. We
281 may need to call audit_syscall_exit() to mark the exit from sigsuspend() */ 281 may need to call audit_syscall_exit() to mark the exit from sigsuspend() */
282#ifdef CONFIG_AUDIT 282#ifdef CONFIG_AUDITSYSCALL
283 ld r3,PACACURRENT(r13) 283 ld r3,PACACURRENT(r13)
284 ld r4,AUDITCONTEXT(r3) 284 ld r4,AUDITCONTEXT(r3)
285 cmpdi 0,r4,0 285 cmpdi 0,r4,0