diff options
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 5633f3296e1c..8e9eeecf7e24 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -23,7 +23,6 @@ void __init es7000_update_genapic_to_cluster(void) | |||
23 | apic->target_cpus = target_cpus_cluster; | 23 | apic->target_cpus = target_cpus_cluster; |
24 | apic->irq_delivery_mode = INT_DELIVERY_MODE_CLUSTER; | 24 | apic->irq_delivery_mode = INT_DELIVERY_MODE_CLUSTER; |
25 | apic->irq_dest_mode = INT_DEST_MODE_CLUSTER; | 25 | apic->irq_dest_mode = INT_DEST_MODE_CLUSTER; |
26 | apic->no_balance_irq = NO_BALANCE_IRQ_CLUSTER; | ||
27 | 26 | ||
28 | apic->init_apic_ldr = init_apic_ldr_cluster; | 27 | apic->init_apic_ldr = init_apic_ldr_cluster; |
29 | 28 | ||
@@ -117,9 +116,6 @@ struct genapic apic_es7000 = { | |||
117 | .check_apicid_used = es7000_check_apicid_used, | 116 | .check_apicid_used = es7000_check_apicid_used, |
118 | .check_apicid_present = es7000_check_apicid_present, | 117 | .check_apicid_present = es7000_check_apicid_present, |
119 | 118 | ||
120 | .no_balance_irq = NO_BALANCE_IRQ, | ||
121 | .no_ioapic_check = 0, | ||
122 | |||
123 | .vector_allocation_domain = vector_allocation_domain, | 119 | .vector_allocation_domain = vector_allocation_domain, |
124 | .init_apic_ldr = init_apic_ldr, | 120 | .init_apic_ldr = init_apic_ldr, |
125 | 121 | ||