Re: 2.4.0-pre10 -- Unresolved symbols in smctr.o and comx.o

Jeff Garzik (jgarzik@mandrakesoft.com)
Fri, 26 Jan 2001 10:06:57 -0500


Miles Lane wrote:
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.1-pre10/kernel/drivers/net/tokenring/smctr.o
> depmod: __bad_udelay

When you see this, this means you have a -huge- udelay in there, like
udelay(200000) or udelay(50000) or something.

Big delays like that should be converted to mdelay or schedule_timeout.

Jeff

-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/