aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/io_apic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index ff237199fa23..085e60e303cf 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -3186,6 +3186,7 @@ unsigned int create_irq_nr(unsigned int irq_want, int node)
3186 continue; 3186 continue;
3187 3187
3188 desc_new = move_irq_desc(desc_new, node); 3188 desc_new = move_irq_desc(desc_new, node);
3189 cfg_new = desc_new->chip_data;
3189 3190
3190 if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0) 3191 if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0)
3191 irq = new; 3192 irq = new;