kernel/arch/x86/kernel/apic/x2apic_phys.c
.. .. @@ -97,7 +97,10 @@ 97 97 98 98 static int x2apic_phys_probe(void) 99 99 { 100 - if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys()))100 + if (!x2apic_mode)101 + return 0;102 +103 + if (x2apic_phys || x2apic_fadt_phys())101 104 return 1; 102 105 103 106 return apic == &apic_x2apic_phys;