--=_courier-10938-1042802727-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
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
--=_courier-10938-1042802727-0001-2
Content-Type: text/plain; name="2.5.59-mm1-kirq"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="2.5.59-mm1-kirq"
--- 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) */
--=_courier-10938-1042802727-0001-2--