Re: [PATCH 01/10] Use __kernel_long_t in struct timex

From: Linus Torvalds
Date: Thu May 17 2012 - 18:58:45 EST


On Thu, May 17, 2012 at 3:55 PM, H. Peter Anvin <hpa@xxxxxxxxx> wrote:
>
> I would suggest __slong and __ulong then, to keep with the __[su]*
> namespace, or does the extra "s" look too much like crap?

I do think I could live with it. Maybe we can make x32 do

typedef __s64 __slong;
typedef __u64 __ulong;

and at least not make the "we're declaring a 'long' as a 'long long'"?

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