OSDN Git Service

most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
[uclinux-h8/linux.git] / arch / mips / kernel / signal_n32.c
index 63ffac9..3574c14 100644 (file)
@@ -109,7 +109,6 @@ asmlinkage void sysn32_rt_sigreturn(nabi_no_regargs struct pt_regs regs)
        if (__copy_conv_sigset_from_user(&set, &frame->rs_uc.uc_sigmask))
                goto badframe;
 
-       sigdelsetmask(&set, ~_BLOCKABLE);
        set_current_blocked(&set);
 
        sig = restore_sigcontext(&regs, &frame->rs_uc.uc_mcontext);