diff options
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index b665d241efad..ad3639ae1b9b 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -1580,8 +1580,7 @@ static __init void try_to_enable_x2apic(int remap_mode) | |||
1580 | * under KVM | 1580 | * under KVM |
1581 | */ | 1581 | */ |
1582 | if (max_physical_apicid > 255 || | 1582 | if (max_physical_apicid > 255 || |
1583 | (IS_ENABLED(CONFIG_HYPERVISOR_GUEST) && | 1583 | !hypervisor_x2apic_available()) { |
1584 | !hypervisor_x2apic_available())) { | ||
1585 | pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n"); | 1584 | pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n"); |
1586 | x2apic_disable(); | 1585 | x2apic_disable(); |
1587 | return; | 1586 | return; |