Re: [PATCH 01/16] math128: Introduce various 128bit primitives

From: Steven Rostedt
Date: Wed Oct 24 2012 - 20:08:17 EST


On Wed, 2012-10-24 at 16:18 -0700, Linus Torvalds wrote:

> #ifdef __SIZEOF_INT128__
> #include <linux/native-128bit.h>
> #elif CONFIG_64BIT
> #include <linux/generic64bit-128bit.h>
> #else
> #include <linux/generic64bit-128bit.h>
> #endif
>

I'm assuming you meant the last include to be:

#include <linux/generic32bit-128bit.h>

Cut and paste should be a federal crime.

-- Steve


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