···282282 bne syscall_exit283283 /* If sigsuspend() returns zero, we are going into a signal handler. We284284 may need to call audit_syscall_exit() to mark the exit from sigsuspend() */285285+#ifdef CONFIG_AUDIT285286 ld r3,PACACURRENT(r13)286287 ld r4,AUDITCONTEXT(r3)287288 cmpdi 0,r4,0···290289 li r4, 2 /* AUDITSC_FAILURE */291290 li r5,-4 /* It's always -EINTR */292291 bl .audit_syscall_exit292292+#endif293293 b .ret_from_except294294295295_GLOBAL(ppc_fork)