Files
linux/drivers/xen
Jeremy Fitzhardinge c7b28349a6 xen: use percpu interrupts for IPIs and VIRQs
commit aaca49642b upstream.

IPIs and VIRQs are inherently per-cpu event types, so treat them as such:
 - use a specific percpu irq_chip implementation, and
 - handle them with handle_percpu_irq

This makes the path for delivering these interrupts more efficient
(no masking/unmasking, no locks), and it avoid problems with attempts
to migrate them.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-20 13:17:43 -07:00
..
2009-10-04 15:05:10 -07:00
2008-12-16 21:50:31 +01:00
2010-01-18 10:19:44 -08:00