Re: [git patch review 2/7] IB/mthca: correct log2 calculation

From: Michael S. Tsirkin
Date: Sat Dec 17 2005 - 16:26:48 EST


Quoting r. Andrew Morton <akpm@xxxxxxxx>:
> Subject: Re: [git patch review 2/7] IB/mthca: correct log2 calculation
>
> Roland Dreier <rolandd@xxxxxxxxx> wrote:
> >
> > Fix thinko in rd_atomic calculation: ffs(x) - 1 does not find the next
> > power of 2 -- it should be fls(x - 1).
>
> Please use round_up_pow_of_two().

Yes, but we want the bit number. roundup_pow_of_two does a shift.

--
MST
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/