diff options
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index ff891772c9f8..89c7c8569e5e 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -1645,7 +1645,7 @@ static __init void try_to_enable_x2apic(int remap_mode) | |||
1645 | * under KVM | 1645 | * under KVM |
1646 | */ | 1646 | */ |
1647 | if (max_physical_apicid > 255 || | 1647 | if (max_physical_apicid > 255 || |
1648 | !hypervisor_x2apic_available()) { | 1648 | !x86_init.hyper.x2apic_available()) { |
1649 | pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n"); | 1649 | pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n"); |
1650 | x2apic_disable(); | 1650 | x2apic_disable(); |
1651 | return; | 1651 | return; |