Re: [PATCHv2 2/3] lib: vsprintf: optimised put_dec() for 32-bit machines

From: Denys Vlasenko
Date: Tue Aug 10 2010 - 12:10:31 EST


2010/8/10 MichaÅ Nazarewicz <m.nazarewicz@xxxxxxxxxxx>:
>>> +#if BITS_PER_LONG != 32 || defined CONFIG_CC_OPTIMIZE_FOR_SIZE || \
>>> + Â Â Â ULLONG_MAX != 18446744073709551615ULL
>>
>> I think it's better to say "if BITS_PER_LONG > 32 and ULLONG_MAX >
>> 2^64-1",

Thinko. I meant "or", not "and"...

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