diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index df172c1e8238..0afb8c7e3803 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -1035,10 +1035,7 @@ void __init setup_arch(char **cmdline_p) | |||
1035 | #endif | 1035 | #endif |
1036 | 1036 | ||
1037 | init_apic_mappings(); | 1037 | init_apic_mappings(); |
1038 | ioapic_init_mappings(); | 1038 | ioapic_and_gsi_init(); |
1039 | |||
1040 | /* need to wait for io_apic is mapped */ | ||
1041 | probe_nr_irqs_gsi(); | ||
1042 | 1039 | ||
1043 | kvm_guest_init(); | 1040 | kvm_guest_init(); |
1044 | 1041 | ||