diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index eeae401a2412..3d5202eda22f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -246,7 +246,7 @@ | |||
246 | #define __HAVE_BUILTIN_BSWAP32__ | 246 | #define __HAVE_BUILTIN_BSWAP32__ |
247 | #define __HAVE_BUILTIN_BSWAP64__ | 247 | #define __HAVE_BUILTIN_BSWAP64__ |
248 | #endif | 248 | #endif |
249 | #if GCC_VERSION >= 40800 || (defined(__powerpc__) && GCC_VERSION >= 40600) | 249 | #if GCC_VERSION >= 40800 |
250 | #define __HAVE_BUILTIN_BSWAP16__ | 250 | #define __HAVE_BUILTIN_BSWAP16__ |
251 | #endif | 251 | #endif |
252 | #endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */ | 252 | #endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */ |