diff options
Diffstat (limited to 'arch/x86/mach-generic/default.c')
-rw-r--r-- | arch/x86/mach-generic/default.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/mach-generic/default.c b/arch/x86/mach-generic/default.c index 47f6b5b06ba1..e89e8c9dd68d 100644 --- a/arch/x86/mach-generic/default.c +++ b/arch/x86/mach-generic/default.c | |||
@@ -41,9 +41,6 @@ struct genapic apic_default = { | |||
41 | .check_apicid_used = default_check_apicid_used, | 41 | .check_apicid_used = default_check_apicid_used, |
42 | .check_apicid_present = default_check_apicid_present, | 42 | .check_apicid_present = default_check_apicid_present, |
43 | 43 | ||
44 | .no_balance_irq = NO_BALANCE_IRQ, | ||
45 | .no_ioapic_check = 0, | ||
46 | |||
47 | .vector_allocation_domain = vector_allocation_domain, | 44 | .vector_allocation_domain = vector_allocation_domain, |
48 | .init_apic_ldr = init_apic_ldr, | 45 | .init_apic_ldr = init_apic_ldr, |
49 | 46 | ||