needed this to run 2.4.6-pre4

From: Jeff Chua (jeffchua@silk.corp.fedex.com)
Date: Thu Jun 21 2001 - 08:31:01 EST


still not in 2.4.6-pre4. Without this, you'll get a lot of undefined
symbols referencing do_softirq

Jeff
[ jchua@fedex.com ]

--- include/asm-i386/softirq.h Thu Jun 14 17:10:34 2001
+++ include/asm-i386/softirq.h.new Thu Jun 14 17:17:15 2001
@@ -36,13 +36,13 @@
                                                                         \
                         ".section .text.lock,\"ax\";" \
                         "2: pushl %%eax; pushl %%ecx; pushl %%edx;" \
- "call do_softirq;" \
+ "call %c1;" \
                         "popl %%edx; popl %%ecx; popl %%eax;" \
                         "jmp 1b;" \
                         ".previous;" \
                                                                         \
                 : /* no output */ \
- : "r" (ptr) \
+ : "r" (ptr), "i" (do_softirq) \
                 /* no registers clobbered */ ); \
 } while (0)

-
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 : Sat Jun 23 2001 - 21:00:32 EST