Messages in this thread |  | | Date | Wed, 16 May 2001 14:18:02 +0200 | From | Erik Mouw <> | Subject | Re: kernel2.2 to kernel2.4!! |
| |
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 driver. So you basically have to fix your driver.
Erik
-- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |