diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 07:57:56 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 01:20:20 +0300 |
commit | 2e867b17cc02e1799f18126af0ddd7b63dd8f6f4 (patch) | |
tree | c5c0cc37ded5fb8b9ced26550d99f7706cd3cea2 /arch/x86/kernel/genx2apic_cluster.c | |
parent | d1d7cae8fd54a301a0de531b48451649933ffdcf (diff) | |
download | linux-2e867b17cc02e1799f18126af0ddd7b63dd8f6f4.tar.xz |
x86, apic: remove no_balance_irq and no_ioapic_check flags
These flags are completely unused. (the in-kernel IRQ balancer has
been removed from the upstream kernel.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genx2apic_cluster.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_cluster.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/genx2apic_cluster.c b/arch/x86/kernel/genx2apic_cluster.c index b91a48eae52e..2eeca6e744af 100644 --- a/arch/x86/kernel/genx2apic_cluster.c +++ b/arch/x86/kernel/genx2apic_cluster.c @@ -191,9 +191,6 @@ struct genapic apic_x2apic_cluster = { .check_apicid_used = NULL, .check_apicid_present = NULL, - .no_balance_irq = 0, - .no_ioapic_check = 0, - .vector_allocation_domain = x2apic_vector_allocation_domain, .init_apic_ldr = init_x2apic_ldr, |