| To: | xavier prabhu <xavier_prabhu@linuxmail.org> |
|---|---|
| Subject: | Re: __up and __down not found in 2.25 kernel |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 25 Mar 2004 11:18:36 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20040325083629.8255C39834A@ws5-1.us4.outblaze.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20040325083629.8255C39834A@ws5-1.us4.outblaze.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
On Thu, Mar 25, 2004 at 04:36:29PM +0800, xavier prabhu wrote: > I'm using a module which is developed for 2.22 kernel. > This module uses __up and __down semaphore functions. > While I insmod this module with 2.25 kernel, > I get the following error message > "insmod: unresolved symbol __up > insmod: unresolved symbol __down" > > I checked the semaphore.c. It doesn't define these two functions. > Is there any way to work around this issue. Seems I wasn't yet awake in my previous posting ... __up and __down are internal semaphore functions. Do not use them at all; any such use is not portable. Looks like you're using a broken module from i386 or so. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: __up and __down not found in 2.25 kernel, xavier prabhu |
|---|---|
| Next by Date: | Re: cannot compile 2.6.4 cvs version for Decstation, Maciej W. Rozycki |
| Previous by Thread: | Re: __up and __down not found in 2.25 kernel, Ralf Baechle |
| Next by Thread: | Re: __up and __down not found in 2.25 kernel, xavier prabhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |