Re: kernel2.2 to kernel2.4!!

2001-05-16 Thread Jalajadevi Ganapathy
So, Is there any alternative. Archives sez not to use mdelay. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml

Re: kernel2.2 to kernel2.4!!

2001-05-16 Thread Erik Mouw
On Wed, May 16, 2001 at 08:05:01AM -0400, Jalajadevi Ganapathy wrote: > Hi , I encounter an unresolved symbol __bad_udelay when i ported a network > driver from kernel2.2 to 2.4. > Could anyone plz tell me what is the corresponding fxn in 2.4?? It means that you're udelay()ing way to long in that

Re: kernel2.2 to kernel2.4!!

2001-05-16 Thread Brian Gerst
Jalajadevi Ganapathy wrote: > > Hi , I encounter an unresolved symbol __bad_udelay when i ported a network > driver from kernel2.2 to 2.4. > Could anyone plz tell me what is the corresponding fxn in 2.4?? > > Thanks > Jalaja You used too large of a value for udelay(). Switch to using mdelay()