Re: [PATCH] rename CONFIG_VOYAGER to CONFIG_X86_VOYAGER

James Bottomley (James.Bottomley@SteelEye.com)
Mon, 30 Dec 2002 15:56:27 -0600


This is a multipart MIME message.

--==_Exmh_-7401461440
Content-Type: text/plain; charset=us-ascii

Actually this one won't link because of an unmodified CONFIG_VOYAGER in
hw_irq.h

However, I think this #if needs modifying according to the attached patch,
anyway. I think it's obviously correct, but can someone with an APIC based
SMP system test this, please.

James

--==_Exmh_-7401461440
Content-Type: text/plain ; name="tmp.diff"; charset=us-ascii
Content-Description: tmp.diff
Content-Disposition: attachment; filename="tmp.diff"

===== 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));

--==_Exmh_-7401461440--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/