aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irqinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/irqinit.c')
-rw-r--r--arch/x86/kernel/irqinit.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kernel/irqinit.c b/arch/x86/kernel/irqinit.c
index 4cadf8688dbd..9f76f89f43a4 100644
--- a/arch/x86/kernel/irqinit.c
+++ b/arch/x86/kernel/irqinit.c
@@ -119,6 +119,12 @@ void __init init_IRQ(void)
119 int i; 119 int i;
120 120
121 /* 121 /*
122 * We probably need a better place for this, but it works for
123 * now ...
124 */
125 x86_add_irq_domains();
126
127 /*
122 * On cpu 0, Assign IRQ0_VECTOR..IRQ15_VECTOR's to IRQ 0..15. 128 * On cpu 0, Assign IRQ0_VECTOR..IRQ15_VECTOR's to IRQ 0..15.
123 * If these IRQ's are handled by legacy interrupt-controllers like PIC, 129 * If these IRQ's are handled by legacy interrupt-controllers like PIC,
124 * then this configuration will likely be static after the boot. If 130 * then this configuration will likely be static after the boot. If