[EMAIL PROTECTED] said:
>  AFAIR, this means that the driver is using an udelay() with a much
> too large argument. Break it up into several shorter ones, or use
> mdelay().

That isn't necessarily the case. This code can break even with _correct_ 
arguments to udelay().

This is because despite the number of times this kind of thing has bitten
us, we _still_ haven't learned our lesson w.r.t. depending on specifications
rather than the observed behaviour of this week's compiler with this
particular phase of the moon.

--
dwmw2


-
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/

Reply via email to