From: Ingo Molnar <mingo@elte.hu>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org, rdreier@cisco.com, tglx@linutronix.de,
mm-commits@vger.kernel.org
Subject: Re: + genirq-msi-fixes.patch added to -mm tree
Date: Wed, 31 May 2006 07:46:05 +0200 [thread overview]
Message-ID: <20060531054605.GA18707@elte.hu> (raw)
In-Reply-To: <200605302342.k4UNgGYW002807@shell0.pdx.osdl.net>
* akpm@osdl.org <akpm@osdl.org> wrote:
> Am not confident about the i386 bits.
> - desc->handle_irq(irq, desc, regs);
> + {
> + if (!irq_desc[irq].handle_irq)
> + __do_IRQ(irq, regs);
> + else
> + generic_handle_irq(irq, regs);
> + }
yeah, this is not enough - the handle_irq check needs to be done before
we do the 4KSTACKS thing. I'll cook up a patch.
Ingo
parent reply other threads:[~2006-05-31 5:45 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200605302342.k4UNgGYW002807@shell0.pdx.osdl.net>]
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=20060531054605.GA18707@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=rdreier@cisco.com \
--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
all inboxes | Powered by JetHome®