diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 22:16:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:16 -0500 |
commit | 38bd77a6c35168b03b65f7438cdcc1257d550924 (patch) | |
tree | 72e2b49e46f7205cc0edc7a0b9761cd23e031ea2 /arch/x86/mach-generic/es7000.c | |
parent | d8a3539e64f8e27b0ab5bb7e7ba3b8f34b739224 (diff) |
x86, apic: remove ES7000_IRQ_DELIVERY_MODE and ES7000_IRQ_DEST_MODE
Impact: cleanup
They were only used in a single place and obscured the apic_es7000
driver template.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 5d97408919bb..269a97aef431 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -107,8 +107,9 @@ struct genapic apic_es7000 = { | |||
107 | .acpi_madt_oem_check = es7000_acpi_madt_oem_check, | 107 | .acpi_madt_oem_check = es7000_acpi_madt_oem_check, |
108 | .apic_id_registered = es7000_apic_id_registered, | 108 | .apic_id_registered = es7000_apic_id_registered, |
109 | 109 | ||
110 | .irq_delivery_mode = ES7000_IRQ_DELIVERY_MODE, | 110 | .irq_delivery_mode = dest_Fixed, |
111 | .irq_dest_mode = ES7000_IRQ_DEST_MODE, | 111 | /* phys delivery to target CPUs: */ |
112 | .irq_dest_mode = 0, | ||
112 | 113 | ||
113 | .target_cpus = target_cpus, | 114 | .target_cpus = target_cpus, |
114 | .ESR_DISABLE = esr_disable, | 115 | .ESR_DISABLE = esr_disable, |