On Sat, Jun 7, 2008 at 5:17 PM, mt-ml at gmx dot de
<[EMAIL PROTECTED]> wrote:
> As you can see, the argument to ilog2 is urb->interval which can't be zero at
> that point IMHO.

Yes and that requires a lot of jump threading and many other
optimizations to detect that really.  First PRE has to be working and
then VRP has to figure out it will be greater than 0.  So really this
code depends on optimization to work correctly and the kernel is
broken that way again (not suppressing really)

-- Pinski

Reply via email to