Searched refs:x2apic_phys (Results 1 – 1 of 1) sorted by relevance
226 static s8 __initdata x2apic_phys = -1; /* By default we use logical cluster mode. */ variable227 boolean_param("x2apic_phys", x2apic_phys);231 if ( x2apic_phys < 0 ) in apic_x2apic_probe()232 x2apic_phys = !!(acpi_gbl_FADT.flags & ACPI_FADT_APIC_PHYSICAL); in apic_x2apic_probe()234 if ( x2apic_phys ) in apic_x2apic_probe()
Completed in 2 milliseconds