diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 23:57:56 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:20 -0500 |
commit | 2e867b17cc02e1799f18126af0ddd7b63dd8f6f4 (patch) | |
tree | c5c0cc37ded5fb8b9ced26550d99f7706cd3cea2 /arch/x86/mach-generic/summit.c | |
parent | d1d7cae8fd54a301a0de531b48451649933ffdcf (diff) |
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/mach-generic/summit.c')
-rw-r--r-- | arch/x86/mach-generic/summit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/mach-generic/summit.c b/arch/x86/mach-generic/summit.c index f54cf73d3edb..99a9bea8d141 100644 --- a/arch/x86/mach-generic/summit.c +++ b/arch/x86/mach-generic/summit.c | |||
@@ -54,9 +54,6 @@ struct genapic apic_summit = { | |||
54 | .check_apicid_used = summit_check_apicid_used, | 54 | .check_apicid_used = summit_check_apicid_used, |
55 | .check_apicid_present = summit_check_apicid_present, | 55 | .check_apicid_present = summit_check_apicid_present, |
56 | 56 | ||
57 | .no_balance_irq = NO_BALANCE_IRQ, | ||
58 | .no_ioapic_check = 0, | ||
59 | |||
60 | .vector_allocation_domain = vector_allocation_domain, | 57 | .vector_allocation_domain = vector_allocation_domain, |
61 | .init_apic_ldr = init_apic_ldr, | 58 | .init_apic_ldr = init_apic_ldr, |
62 | 59 | ||