Jan Beulich
2010-Sep-14 08:53 UTC
[Xen-devel] [PATCH] x86: fix debug key ''i'' handling with no IO-APICs
Signed-off-by: Jan Beulich <jbeulich@novell.com> --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -2463,6 +2463,9 @@ void dump_ioapic_irq_info(void) unsigned int irq, pin, printed = 0; unsigned long flags; + if ( !irq_2_pin ) + return; + for ( irq = 0; irq < nr_irqs_gsi; irq++ ) { entry = &irq_2_pin[irq]; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel