Re: 2.5.59-mm1

Yaacov Akiba Slama (ya@slamail.org)
Fri, 17 Jan 2003 13:18:59 +0200


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_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--