diff options
author | 2016-05-04 14:41:51 +0100 | |
---|---|---|
committer | 2016-05-04 14:41:51 +0100 | |
commit | 3d277b177918cd26215732fc23af0783ab4b37dd (patch) | |
tree | 2033b4f517415e9e68eb066fa073b79a3884e03d /include/linux/compiler-gcc.h | |
parent | Linux 4.6-rc1 (diff) | |
parent | Linux 4.6-rc5 (diff) | |
download | wireguard-linux-3d277b177918cd26215732fc23af0783ab4b37dd.tar.xz wireguard-linux-3d277b177918cd26215732fc23af0783ab4b37dd.zip |
Merge tag 'v4.6-rc5' into spi-rockchip
Linux 4.6-rc5
Diffstat (limited to '')
-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 */ |