From: Scott Wood <scottwood@freescale.com>
To: Rune Torgersen <runet@innovsys.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Fix pq2fads irq handling with PREEMPT_RT
Date: Tue, 20 May 2008 14:32:02 -0500 [thread overview]
Message-ID: <48332732.5000805@freescale.com> (raw)
In-Reply-To: <20080520192857.3C3E95AF22@innovsys.com>
Rune Torgersen wrote:
> Fix interrupt threading issue on pq2fads when running with CONFIG_PREEMPT_RT
>
> Signed-off-by: Rune Torgersen <runet@innovsys.com>
>
> diff --git a/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c b/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
> index a801381..9876d7e 100644
> --- a/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
> +++ b/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
> @@ -109,7 +109,7 @@ static int pci_pic_host_map(struct irq_host *h, unsigned int virq,
> {
> get_irq_desc(virq)->status |= IRQ_LEVEL;
> set_irq_chip_data(virq, h->host_data);
> - set_irq_chip(virq, &pq2ads_pci_ic);
> + set_irq_chip_and_handler(virq, &pq2ads_pci_ic, handle_level_irq);
> return 0;
> }
Acked-by: Scott Wood <scottwood@freescale.com>
-Scott
next prev parent reply other threads:[~2008-05-20 19:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-20 19:28 [PATCH] Fix pq2fads irq handling with PREEMPT_RT Rune Torgersen
2008-05-20 19:32 ` Scott Wood [this message]
2008-07-01 5:28 ` Kumar Gala
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=48332732.5000805@freescale.com \
--to=scottwood@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=runet@innovsys.com \
/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).