From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Marcelo Tosatti <marcelo@kvack.org>,
Thomas Gleixner <tglx@linutronix.de>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: powerpc: Mark low level irq handlers NO_THREAD
Date: Tue, 13 Aug 2013 07:31:55 +1000 [thread overview]
Message-ID: <1376343115.32100.183.camel@pasglop> (raw)
In-Reply-To: <1376318939-14447-1-git-send-email-bigeasy@linutronix.de>
On Mon, 2013-08-12 at 16:48 +0200, Sebastian Andrzej Siewior wrote:
> From: Thomas Gleixner <tglx@linutronix.de>
>
> These low level handlers cannot be threaded. Mark them NO_THREAD
>
> Reported-by: leroy christophe <christophe.leroy@c-s.fr>
> Tested-by: leroy christophe <christophe.leroy@c-s.fr>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
>
> This patch has been posted on Feb 13, 2013 and nobody responded back then.
And it was merged in 3.11 no ? :-)
Cheers,
Ben.
> arch/powerpc/platforms/8xx/m8xx_setup.c | 1 +
> arch/powerpc/sysdev/cpm1.c | 1 +
> 2 files changed, 2 insertions(+)
>
> --- a/arch/powerpc/platforms/8xx/m8xx_setup.c
> +++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
> @@ -43,6 +43,7 @@ static irqreturn_t timebase_interrupt(in
>
> static struct irqaction tbint_irqaction = {
> .handler = timebase_interrupt,
> + .flags = IRQF_NO_THREAD,
> .name = "tbint",
> };
>
> --- a/arch/powerpc/sysdev/cpm1.c
> +++ b/arch/powerpc/sysdev/cpm1.c
> @@ -120,6 +120,7 @@ static irqreturn_t cpm_error_interrupt(i
>
> static struct irqaction cpm_error_irqaction = {
> .handler = cpm_error_interrupt,
> + .flags = IRQF_NO_THREAD,
> .name = "error",
> };
>
next prev parent reply other threads:[~2013-08-12 21:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-12 14:48 powerpc: Mark low level irq handlers NO_THREAD Sebastian Andrzej Siewior
2013-08-12 21:31 ` Benjamin Herrenschmidt [this message]
2013-08-12 23:11 ` Scott Wood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376343115.32100.183.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=bigeasy@linutronix.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=marcelo@kvack.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).