diff options
Diffstat (limited to 'arch/parisc/kernel/entry.S')
| -rw-r--r-- | arch/parisc/kernel/entry.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index e552e547cb9..8c4712b74dc 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S @@ -948,7 +948,7 @@ intr_check_sig:  	/* As above */  	mfctl   %cr30,%r1  	LDREG	TI_FLAGS(%r1),%r19 -	ldi	(_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK), %r20 +	ldi	(_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK|_TIF_NOTIFY_RESUME), %r20  	and,COND(<>)	%r19, %r20, %r0  	b,n	intr_restore	/* skip past if we've nothing to do */  |