|
@@ -206,9 +206,6 @@ int __init arch_early_irq_init(void)
|
|
count = ARRAY_SIZE(irq_cfgx);
|
|
count = ARRAY_SIZE(irq_cfgx);
|
|
node = cpu_to_node(0);
|
|
node = cpu_to_node(0);
|
|
|
|
|
|
- /* Make sure the legacy interrupts are marked in the bitmap */
|
|
|
|
- irq_reserve_irqs(0, legacy_pic->nr_legacy_irqs);
|
|
|
|
-
|
|
|
|
for (i = 0; i < count; i++) {
|
|
for (i = 0; i < count; i++) {
|
|
irq_set_chip_data(i, &cfg[i]);
|
|
irq_set_chip_data(i, &cfg[i]);
|
|
zalloc_cpumask_var_node(&cfg[i].domain, GFP_KERNEL, node);
|
|
zalloc_cpumask_var_node(&cfg[i].domain, GFP_KERNEL, node);
|