diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
| -rw-r--r-- | include/linux/compiler-gcc.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 22ab246feed3..3d5202eda22f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -199,7 +199,7 @@  #define unreachable() __builtin_unreachable()  /* Mark a function definition as prohibited from being cloned. */ -#define __noclone	__attribute__((__noclone__)) +#define __noclone	__attribute__((__noclone__, __optimize__("no-tracer")))  #endif /* GCC_VERSION >= 40500 */ @@ -246,7 +246,7 @@  #define __HAVE_BUILTIN_BSWAP32__  #define __HAVE_BUILTIN_BSWAP64__  #endif -#if GCC_VERSION >= 40800 || (defined(__powerpc__) && GCC_VERSION >= 40600) +#if GCC_VERSION >= 40800  #define __HAVE_BUILTIN_BSWAP16__  #endif  #endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */ |