diff options
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_phys.c')
| -rw-r--r-- | arch/x86/kernel/apic/x2apic_phys.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c index bcd1db6eaca..8a778db45e3 100644 --- a/arch/x86/kernel/apic/x2apic_phys.c +++ b/arch/x86/kernel/apic/x2apic_phys.c @@ -119,7 +119,7 @@ static struct apic apic_x2apic_phys = {  	.name				= "physical x2apic",  	.probe				= x2apic_phys_probe,  	.acpi_madt_oem_check		= x2apic_acpi_madt_oem_check, -	.apic_id_valid			= default_apic_id_valid, +	.apic_id_valid			= x2apic_apic_id_valid,  	.apic_id_registered		= x2apic_apic_id_registered,  	.irq_delivery_mode		= dest_Fixed,  |