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

From: Andrew Morton
Date: Sat Dec 17 2005 - 15:38:05 EST


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().
-
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/