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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to