Loading arch/arm/kernel/signal.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall) } } } } if (try_to_freeze()) goto no_signal; /* /* * Get the signal to deliver. When running under ptrace, at this * Get the signal to deliver. When running under ptrace, at this * point the debugger may change all our registers ... * point the debugger may change all our registers ... Loading Loading @@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall) return; return; } } no_signal: if (syscall) { if (syscall) { /* /* * Handle restarting a different system call. As above, * Handle restarting a different system call. As above, Loading Loading
arch/arm/kernel/signal.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall) } } } } if (try_to_freeze()) goto no_signal; /* /* * Get the signal to deliver. When running under ptrace, at this * Get the signal to deliver. When running under ptrace, at this * point the debugger may change all our registers ... * point the debugger may change all our registers ... Loading Loading @@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall) return; return; } } no_signal: if (syscall) { if (syscall) { /* /* * Handle restarting a different system call. As above, * Handle restarting a different system call. As above, Loading