x86: replace CONFIG_X86_SMP with CONFIG_SMP
[linux-2.6-block.git] / arch / x86 / include / asm / hw_irq.h
index bfa921fad1338aef86b2e964a03f5e1f19692761..415507973968a5a12c6c6e6d215a0f14812cc541 100644 (file)
@@ -98,7 +98,7 @@ extern asmlinkage void qic_call_function_interrupt(void);
 extern void smp_apic_timer_interrupt(struct pt_regs *);
 extern void smp_spurious_interrupt(struct pt_regs *);
 extern void smp_error_interrupt(struct pt_regs *);
-#ifdef CONFIG_X86_SMP
+#ifdef CONFIG_SMP
 extern void smp_reschedule_interrupt(struct pt_regs *);
 extern void smp_call_function_interrupt(struct pt_regs *);
 extern void smp_call_function_single_interrupt(struct pt_regs *);