linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unresolved symbol do_softirq in 2.4.6-pre3
@ 2001-06-18 13:17 Anuradha Ratnaweera
  2001-06-18 14:18 ` Mohammad A. Haque
  0 siblings, 1 reply; 4+ messages in thread
From: Anuradha Ratnaweera @ 2001-06-18 13:17 UTC (permalink / raw)
  To: linux-kernel


Hi all,

I started running 2.4.6-pre3 using the same configuration file as 2.4.5.
Diff shows no effective differences between two config files.

depmod complains unresolved symbols (do_softirq) in ppp_generic, ppp_async
and sunrpc.

do_softirq is listed in System.map-2.4.6-pre3.

I started with a new source tree and built the kernel with Debian kernel
package.

Any comment? Thanks in advance.

Regards,

Anuradha

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

* Re: Unresolved symbol do_softirq in 2.4.6-pre3
  2001-06-18 13:17 Unresolved symbol do_softirq in 2.4.6-pre3 Anuradha Ratnaweera
@ 2001-06-18 14:18 ` Mohammad A. Haque
  2001-06-18 15:15   ` Jeff Chua
  0 siblings, 1 reply; 4+ messages in thread
From: Mohammad A. Haque @ 2001-06-18 14:18 UTC (permalink / raw)
  To: Anuradha Ratnaweera; +Cc: linux-kernel

On Mon, 18 Jun 2001, Anuradha Ratnaweera wrote:

> I started running 2.4.6-pre3 using the same configuration file as 2.4.5.
> Diff shows no effective differences between two config files.
>
> depmod complains unresolved symbols (do_softirq) in ppp_generic, ppp_async
> and sunrpc.
>

Please check the list archives. A possible solution was posted by Keith
owens
<http://marc.theaimsgroup.com/?l=linux-kernel&m=99245070328459&w=2>.

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================


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

* Re: Unresolved symbol do_softirq in 2.4.6-pre3
  2001-06-18 14:18 ` Mohammad A. Haque
@ 2001-06-18 15:15   ` Jeff Chua
  2001-06-19  7:13     ` Anuradha Ratnaweera
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Chua @ 2001-06-18 15:15 UTC (permalink / raw)
  To: Mohammad A. Haque; +Cc: Anuradha Ratnaweera, Jeff Chua, Linux Kernel

On Mon, 18 Jun 2001, Mohammad A. Haque wrote:

> On Mon, 18 Jun 2001, Anuradha Ratnaweera wrote:
>
> > I started running 2.4.6-pre3 using the same configuration file as 2.4.5.
> > Diff shows no effective differences between two config files.
> >
> > depmod complains unresolved symbols (do_softirq) in ppp_generic, ppp_async
> > and sunrpc.
> >
>
> Please check the list archives. A possible solution was posted by Keith
> owens
> <http://marc.theaimsgroup.com/?l=linux-kernel&m=99245070328459&w=2>.

Try this ...

Jeff.


--- 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] 4+ messages in thread

* Re: Unresolved symbol do_softirq in 2.4.6-pre3
  2001-06-18 15:15   ` Jeff Chua
@ 2001-06-19  7:13     ` Anuradha Ratnaweera
  0 siblings, 0 replies; 4+ messages in thread
From: Anuradha Ratnaweera @ 2001-06-19  7:13 UTC (permalink / raw)
  To: Jeff Chua; +Cc: Mohammad A. Haque, Jeff Chua, Linux Kernel

On Mon, Jun 18, 2001 at 11:15:07PM +0800, Jeff Chua wrote:
>
> Try this ...
> 
 
It works. Thanks.

I wonder how I missed the previous post of this patch.

Anuradha

------------------------------------------------------------------------
Penguin : Linux 2.4.6-pre3 on an i586 (Compaq Presario 1615)

God grant me the senility to accept the things I cannot change,
The frustration to try to change things I cannot affect,
and the wisdom to tell the difference.


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

end of thread, other threads:[~2001-06-19  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18 13:17 Unresolved symbol do_softirq in 2.4.6-pre3 Anuradha Ratnaweera
2001-06-18 14:18 ` Mohammad A. Haque
2001-06-18 15:15   ` Jeff Chua
2001-06-19  7:13     ` Anuradha Ratnaweera

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).