===== include/asm-i386/hw_irq.h 1.16 vs edited ===== --- 1.16/include/asm-i386/hw_irq.h Sat Dec 28 11:12:01 2002 +++ edited/include/asm-i386/hw_irq.h Mon Dec 30 15:50:21 2002 @@ -131,7 +131,7 @@ #endif /* CONFIG_PROFILING */ -#if defined(CONFIG_SMP) && !defined(CONFIG_VOYAGER) /*more of this file should probably be ifdefed SMP */ +#ifdef CONFIG_X86_IO_APIC /*more of this file should probably be ifdefed SMP */ static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) { if (IO_APIC_IRQ(i)) send_IPI_self(IO_APIC_VECTOR(i));