diff options
Diffstat (limited to 'arch/x86/mach-generic/default.c')
-rw-r--r-- | arch/x86/mach-generic/default.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mach-generic/default.c b/arch/x86/mach-generic/default.c index d32b175eff88..0482106f0e19 100644 --- a/arch/x86/mach-generic/default.c +++ b/arch/x86/mach-generic/default.c | |||
@@ -31,8 +31,8 @@ struct genapic apic_default = { | |||
31 | .acpi_madt_oem_check = NULL, | 31 | .acpi_madt_oem_check = NULL, |
32 | .apic_id_registered = default_apic_id_registered, | 32 | .apic_id_registered = default_apic_id_registered, |
33 | 33 | ||
34 | .irq_delivery_mode = IRQ_DELIVERY_MODE, | 34 | .irq_delivery_mode = DEFAULT_IRQ_DELIVERY_MODE, |
35 | .irq_dest_mode = IRQ_DEST_MODE, | 35 | .irq_dest_mode = DEFAULT_IRQ_DEST_MODE, |
36 | 36 | ||
37 | .target_cpus = target_cpus, | 37 | .target_cpus = target_cpus, |
38 | .ESR_DISABLE = esr_disable, | 38 | .ESR_DISABLE = esr_disable, |