|
@@ -98,9 +98,6 @@ static int do_signal(struct pt_regs *regs, sigset_t *oldset)
|
|
|
if (!user_mode(regs))
|
|
|
return 1;
|
|
|
|
|
|
- if (try_to_freeze())
|
|
|
- goto no_signal;
|
|
|
-
|
|
|
if (current_thread_info()->status & TS_RESTORE_SIGMASK)
|
|
|
oldset = ¤t->saved_sigmask;
|
|
|
else if (!oldset)
|
|
@@ -125,7 +122,6 @@ static int do_signal(struct pt_regs *regs, sigset_t *oldset)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-no_signal:
|
|
|
/* Did we come from a system call? */
|
|
|
if (regs->syscall_nr >= 0) {
|
|
|
/* Restart the system call - no handlers present */
|