diff options
author | 2016-05-05 08:41:36 +0200 | |
---|---|---|
committer | 2016-05-05 08:41:36 +0200 | |
commit | f3391a160b22f8e006f3fb8ef39aa01da749fbf0 (patch) | |
tree | 9a8f61fe1a3dd0d12e7511567b2344f80f5aa531 /include/linux/compiler-gcc.h | |
parent | x86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisor (diff) | |
parent | Linux 4.6-rc6 (diff) | |
download | linux-rng-f3391a160b22f8e006f3fb8ef39aa01da749fbf0.tar.xz linux-rng-f3391a160b22f8e006f3fb8ef39aa01da749fbf0.zip |
Merge tag 'v4.6-rc6' into x86/cpu, to refresh the tree
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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 22ab246feed3..eeae401a2412 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 */ |