On 01/01/2013 03:09 PM, danielfsantos@xxxxxxx wrote:
#ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP -#if __GNUC_MINOR__>= 4 +#if GCC_VERSION>= 40400 #define __HAVE_BUILTIN_BSWAP32__ #define __HAVE_BUILTIN_BSWAP64__ #endif -#if __GNUC_MINOR__>= 8 || (defined(__powerpc__)&& __GNUC_MINOR__>= 6) +#if GCC_VERSION>= 40800 || (defined(__powerpc__)&& GCC_VERSION>= 40600) #define __HAVE_BUILTIN_BSWAP16__ #endif -#endif +#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
I'm terribly sorry, I appear to have broken bisectability here. -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html