···282 bne syscall_exit283 /* If sigsuspend() returns zero, we are going into a signal handler. We284 may need to call audit_syscall_exit() to mark the exit from sigsuspend() */0285 ld r3,PACACURRENT(r13)286 ld r4,AUDITCONTEXT(r3)287 cmpdi 0,r4,0···290 li r4, 2 /* AUDITSC_FAILURE */291 li r5,-4 /* It's always -EINTR */292 bl .audit_syscall_exit0293 b .ret_from_except294295_GLOBAL(ppc_fork)
···282 bne syscall_exit283 /* If sigsuspend() returns zero, we are going into a signal handler. We284 may need to call audit_syscall_exit() to mark the exit from sigsuspend() */285+#ifdef CONFIG_AUDIT286 ld r3,PACACURRENT(r13)287 ld r4,AUDITCONTEXT(r3)288 cmpdi 0,r4,0···289 li r4, 2 /* AUDITSC_FAILURE */290 li r5,-4 /* It's always -EINTR */291 bl .audit_syscall_exit292+#endif293 b .ret_from_except294295_GLOBAL(ppc_fork)