From 00d9a9ead09afc4ee691eb021fa613c198b8dca4 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 23 May 2012 15:12:47 -0400 Subject: [PATCH] --- yaml --- r: 309810 b: refs/heads/master c: 617c62a9fc157c5dbb3c90945da5535e5b0a7f4c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/parisc/kernel/entry.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d5231f8e6dea..655ca3c616c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a42c6ded827dbd396d2efde7530620be029a72d1 +refs/heads/master: 617c62a9fc157c5dbb3c90945da5535e5b0a7f4c diff --git a/trunk/arch/parisc/kernel/entry.S b/trunk/arch/parisc/kernel/entry.S index 535034217021..4f283eaf4907 100644 --- a/trunk/arch/parisc/kernel/entry.S +++ b/trunk/arch/parisc/kernel/entry.S @@ -2028,7 +2028,7 @@ syscall_check_resched: .import do_signal,code syscall_check_sig: LDREG TI_FLAGS-THREAD_SZ_ALGN-FRAME_SIZE(%r30),%r19 - ldi (_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK), %r26 + ldi (_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK|_TIF_NOTIFY_RESUME), %r26 and,COND(<>) %r19, %r26, %r0 b,n syscall_restore /* skip past if we've nothing to do */