linux/drivers/xen
Alex Nixon 2b46b37de7 xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled
When sparse IRQs are enabled, it is not safe to assume an IRQ descriptor
exists for every possible IRQ.  This patch causes init_evtchn_cpu_bindings
to skip initialisation of IRQ descriptors which don't exist.

Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-16 16:52:58 +02:00
..
xenbus xen: clean up domain mode predicates 2008-08-20 12:40:07 +02:00
Kconfig xen: add balloon driver 2008-04-24 23:57:33 +02:00
Makefile Xen: fix cpu_hotplug build when !CONFIG_SMP 2008-09-05 17:44:07 +02:00
balloon.c xen: remove unused balloon.h 2008-10-03 10:04:10 +02:00
cpu_hotplug.c Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_domain() 2008-09-05 17:44:07 +02:00
events.c xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled 2008-10-16 16:52:58 +02:00
features.c xen: move features.c from arch/x86/xen/features.c to drivers/xen 2008-04-24 23:57:32 +02:00
grant-table.c xen: clean up domain mode predicates 2008-08-20 12:40:07 +02:00
manage.c stop_machine: wean Xen off stop_machine_run 2008-08-26 00:19:27 +10:00
xencomm.c xen: import arch generic part of xencomm 2008-04-24 23:57:32 +02:00