diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 02e3a6697977..d90c659b70e9 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -1074,10 +1074,6 @@ void __init setup_arch(char **cmdline_p) | |||
1074 | nr_irqs = 32 * nr_cpu_ids + 224; | 1074 | nr_irqs = 32 * nr_cpu_ids + 224; |
1075 | init_cpu_to_node(); | 1075 | init_cpu_to_node(); |
1076 | #endif | 1076 | #endif |
1077 | #ifdef CONFIG_X86_IO_APIC | ||
1078 | pin_map_size = nr_irqs * 2; | ||
1079 | first_free_entry = nr_irqs; | ||
1080 | #endif | ||
1081 | 1077 | ||
1082 | init_apic_mappings(); | 1078 | init_apic_mappings(); |
1083 | ioapic_init_mappings(); | 1079 | ioapic_init_mappings(); |