remarkable-linux/drivers/xen
Yinghai Lu 08678b0841 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]
add CONFIG_HAVE_SPARSE_IRQ to for use condensed array.
Get rid of irq_desc[] array assumptions.

Preallocate 32 irq_desc, and irq_desc() will try to get more.

( No change in functionality is expected anywhere, except the odd build
  failure where we missed a code site or where a crossing commit itroduces
  new irq_desc[] usage. )

v2: according to Eric, change get_irq_desc() to irq_desc()

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-16 16:52:29 +02:00
..
xenbus xen: clean up domain mode predicates 2008-08-20 12:40: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 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] 2008-10-16 16:52:29 +02:00
features.c
grant-table.c xen: clean up domain mode predicates 2008-08-20 12:40:07 +02:00
Kconfig
Makefile Xen: fix cpu_hotplug build when !CONFIG_SMP 2008-09-05 17:44:07 +02:00
manage.c stop_machine: wean Xen off stop_machine_run 2008-08-26 00:19:27 +10:00
xencomm.c