diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 4615906d83df..fa5d1e768ba3 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -153,7 +153,11 @@ struct irq_cfg { | |||
153 | }; | 153 | }; |
154 | 154 | ||
155 | extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); | 155 | extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); |
156 | #ifdef CONFIG_SMP | ||
156 | extern void send_cleanup_vector(struct irq_cfg *); | 157 | extern void send_cleanup_vector(struct irq_cfg *); |
158 | #else | ||
159 | static inline void send_cleanup_vector(struct irq_cfg *c) { } | ||
160 | #endif | ||
157 | 161 | ||
158 | struct irq_data; | 162 | struct irq_data; |
159 | int __ioapic_set_affinity(struct irq_data *, const struct cpumask *, | 163 | int __ioapic_set_affinity(struct irq_data *, const struct cpumask *, |