Re: 2.5.59-mm1

From: Yaacov Akiba Slama (ya@slamail.org)
Date: Fri Jan 17 2003 - 06:18:59 EST


Hello,

There is a small bug in kirq.pach which gives a compilation error of an
UP kernel.
The enclosed patch seems to be the fix.

Thanks,
Yaacov Akiba Slama


--- a/arch/i386/kernel/io_apic.c 2003-01-17 13:11:25.000000000 +0200
+++ b/arch/i386/kernel/io_apic.c 2003-01-17 13:11:04.000000000 +0200
@@ -589,6 +589,8 @@
 
 __initcall(balanced_irq_init);
 
+#else /* !SMP */
+static inline void move_irq(int irq) { }
 #endif /* defined(CONFIG_SMP) */
 
 

-
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/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:15 EST