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. Sounds like you're using some broken tree - get the sources from cvs. Ralf