linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* needed this to run 2.4.6-pre4
@ 2001-06-21 13:31 Jeff Chua
  2001-06-21 17:13 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Chua @ 2001-06-21 13:31 UTC (permalink / raw)
  To: Linux Kernel


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)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: needed this to run 2.4.6-pre4
  2001-06-21 13:31 needed this to run 2.4.6-pre4 Jeff Chua
@ 2001-06-21 17:13 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2001-06-21 17:13 UTC (permalink / raw)
  To: Jeff Chua; +Cc: Linux Kernel

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

it's already in pre5...

-- 
Jeff Garzik      | Andre the Giant has a posse.
Building 1024    |
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-21 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-21 13:31 needed this to run 2.4.6-pre4 Jeff Chua
2001-06-21 17:13 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).