From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Kuo Subject: Re: [PATCH 17/20] hexagon: Do not call try_to_freeze() in do_signal() Date: Fri, 1 Jun 2012 12:55:30 -0500 Message-ID: <20120601175530.GB23541@codeaurora.org> References: <1337983476-22081-1-git-send-email-richard@nod.at> <1337983476-22081-17-git-send-email-richard@nod.at> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1337983476-22081-17-git-send-email-richard@nod.at> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Richard Weinberger Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org On Sat, May 26, 2012 at 12:04:33AM +0200, Richard Weinberger wrote: > get_signal_to_deliver() already calls try_to_freeze(), there is no > need to call it directly. > > Cc: Richard Kuo > Cc: linux-hexagon@vger.kernel.org > Signed-off-by: Richard Weinberger > --- > arch/hexagon/kernel/signal.c | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/arch/hexagon/kernel/signal.c b/arch/hexagon/kernel/signal.c > index 8403bfd..9783cfa 100644 > --- a/arch/hexagon/kernel/signal.c > +++ b/arch/hexagon/kernel/signal.c > @@ -20,7 +20,6 @@ > > #include > #include > -#include > #include > #include > #include > @@ -210,9 +209,6 @@ static void do_signal(struct pt_regs *regs) > if (!user_mode(regs)) > return; > > - if (try_to_freeze()) > - goto no_signal; > - > signo = get_signal_to_deliver(&info, &sigact, regs, NULL); > > if (signo > 0) { > @@ -237,7 +233,6 @@ static void do_signal(struct pt_regs *regs) > return; > } > > -no_signal: > /* > * If we came from a system call, handle the restart. > */ > -- > 1.7.7.3 > Signed-off-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.