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
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
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()
3 matches
Mail list logo