Size: 170
Comment:
|
Size: 316
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Where is __bad_udelay()?== | == Where is __bad_udelay()? == |
Line 5: | Line 5: |
See also e.g. [http://www.ussg.iu.edu/hypermail/linux/kernel/0010.1/0505.html http://www.ussg.iu.edu/hypermail/linux/kernel/0010.1/0505.html] |
Where is __bad_udelay()?
It is a compile-time trap because you use a too high (constant) value for udelay(). Use ndelay() or mdelay() - depending on the value.
See also e.g. [http://www.ussg.iu.edu/hypermail/linux/kernel/0010.1/0505.html http://www.ussg.iu.edu/hypermail/linux/kernel/0010.1/0505.html]