Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers
From: Matthew Wilcox
Date: Sun Mar 02 2008 - 21:39:29 EST
On Sun, Mar 02, 2008 at 04:09:51PM -0800, H. Peter Anvin wrote:
> first place. C99 has macros of the form [U]INT#_C() to construct
> numbers of an arbitrary size; this patch creates analogous macros for
> the kernel s# and u# types.
Why put this in asm/types.h instead of, say, linux/types.h?
I appreciate you have:
> +#define S64_C(x) x ## L
> +#define U64_C(x) x ## UL
and:
> +#define S64_C(x) x ## LL
> +#define U64_C(x) x ## ULL
but can't we use the latter for all arches?
--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
--
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/