Re: [PATCH 1/1] vsprintf: optimize decimal conversion (again)

From: Andrew Morton
Date: Mon Mar 26 2012 - 16:13:05 EST


On Mon, 26 Mar 2012 21:56:38 +0200
Denys Vlasenko <vda.linux@xxxxxxxxxxxxxx> wrote:

> >> +#if BITS_PER_LONG != 32 || (~(0ULL)>>1) != ((1ULL<<63)-1)
> >
> > What's this for?
>
> The second check should be just BITS_PER_LONG_LONG != 64,
> but we don't have BITS_PER_LONG_LONG.

So let's add BITS_PER_LONG_LONG rather than hacking around its absence!
--
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/