* [GIT PULL] x86/xen: Use xen-specific path for interrupt delivery
@ 2009-02-07 0:35 Jeremy Fitzhardinge
2009-02-09 11:18 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2009-02-07 0:35 UTC (permalink / raw)
To: Ingo Molnar
Cc: the arch/x86 maintainers, Xen-devel, Eric W. Biederman,
Linux Kernel Mailing List
Rather than mapping event channels to vectors and then using the
vector->irq mapping for interrupt delivery, just cut out the middleman
and directly map event channels to irqs. This allows for some more
cleanups in the event handling code.
The following changes since commit 637f52a7cc5b3ae22354b7e45397375a17d626af:
Jeremy Fitzhardinge (1):
x86: unify do_IRQ()
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git jsgf/xen/irq
Jeremy Fitzhardinge (5):
xen: set irq_chip disable
xen: use our own eventchannel->irq path
xen: pack all irq-related info together
xen: remove irq bindcount
xen: make sure that softirqs get handled at the end of event processing
arch/x86/include/asm/xen/events.h | 6 -
arch/x86/xen/irq.c | 17 +---
drivers/xen/events.c | 224 +++++++++++++++++++++++++------------
3 files changed, 155 insertions(+), 92 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] x86/xen: Use xen-specific path for interrupt delivery
2009-02-07 0:35 [GIT PULL] x86/xen: Use xen-specific path for interrupt delivery Jeremy Fitzhardinge
@ 2009-02-09 11:18 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2009-02-09 11:18 UTC (permalink / raw)
To: Jeremy Fitzhardinge
Cc: the arch/x86 maintainers, Xen-devel, Eric W. Biederman,
Linux Kernel Mailing List
* Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Rather than mapping event channels to vectors and then using the
> vector->irq mapping for interrupt delivery, just cut out the middleman
> and directly map event channels to irqs. This allows for some more
> cleanups in the event handling code.
>
> The following changes since commit 637f52a7cc5b3ae22354b7e45397375a17d626af:
> Jeremy Fitzhardinge (1):
> x86: unify do_IRQ()
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git jsgf/xen/irq
>
> Jeremy Fitzhardinge (5):
> xen: set irq_chip disable
> xen: use our own eventchannel->irq path
> xen: pack all irq-related info together
> xen: remove irq bindcount
> xen: make sure that softirqs get handled at the end of event processing
>
> arch/x86/include/asm/xen/events.h | 6 -
> arch/x86/xen/irq.c | 17 +---
> drivers/xen/events.c | 224 +++++++++++++++++++++++++------------
> 3 files changed, 155 insertions(+), 92 deletions(-)
Ok, never mind my comment on the do_IRQ() detail, this looks good after all,
you just consolidated what is there already in essence.
Pulled into tip/x86/apic [which had dependencies here], thanks Jeremy!
Btw., please remove leftover bits like:
+ //printk("cpu %d handling irq %d\n", smp_processor_id(), info->irq);
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-09 11:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07 0:35 [GIT PULL] x86/xen: Use xen-specific path for interrupt delivery Jeremy Fitzhardinge
2009-02-09 11:18 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox