aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/genapic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/genapic.h')
-rw-r--r--arch/x86/include/asm/genapic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h
index f9d1ec018fd3..661898c2229c 100644
--- a/arch/x86/include/asm/genapic.h
+++ b/arch/x86/include/asm/genapic.h
@@ -34,9 +34,6 @@ struct genapic {
34 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 34 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
35 unsigned long (*check_apicid_present)(int apicid); 35 unsigned long (*check_apicid_present)(int apicid);
36 36
37 int no_balance_irq;
38 int no_ioapic_check;
39
40 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask); 37 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask);
41 void (*init_apic_ldr)(void); 38 void (*init_apic_ldr)(void);
42 39