Re: [PATCH] Fix get_order() [try #2]

From: David Howells
Date: Tue Mar 06 2007 - 15:02:35 EST


Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:

> > #if BITS_PER_LONG == 32 && defined(ARCH_HAS_ILOG2_U32)
>
> There is no such thing except on FRV, where it's redundant.

Redundant in what way?

> CONFIG_ARCH_HAS_ILOG2_U32
> ^^^^^^

Grrr. Thanks for spotting that.

> > #elif BITS_PER_LONG == 64 && defined(ARCH_HAS_ILOG2_U64)
>
> ditto

Ditto.

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