From: Greg Kroah-Hartman Subject: Linux 2.6.32.9 Patch-mainline: 2.6.32.9 Signed-off-by: Greg Kroah-Hartman Automatically created from "patches.kernel.org/patch-2.6.32.8-9" by xen-port-patches.py --- sle11sp1-2010-03-01.orig/arch/x86/kernel/apic/io_apic-xen.c 2009-11-06 10:52:22.000000000 +0100 +++ sle11sp1-2010-03-01/arch/x86/kernel/apic/io_apic-xen.c 2010-03-01 14:44:43.000000000 +0100 @@ -3267,6 +3267,7 @@ unsigned int create_irq_nr(unsigned int continue; desc_new = move_irq_desc(desc_new, node); + cfg_new = desc_new->chip_data; if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0) irq = new;