aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler-intel.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2019-01-02 15:57:49 -0500
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2019-01-09 11:36:41 +0100
commit3e2ffd655cc6a694608d997738989ff5572a8266 (patch)
tree404f9e5008513f378ebfb74b94e8723ca63113b5 /include/linux/compiler-intel.h
parentLinux 5.0-rc1 (diff)
downloadwireguard-linux-3e2ffd655cc6a694608d997738989ff5572a8266.tar.xz
wireguard-linux-3e2ffd655cc6a694608d997738989ff5572a8266.zip
include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
Since commit 815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h mutually exclusive") clang no longer reuses the OPTIMIZER_HIDE_VAR macro from compiler-gcc - instead it gets the version in include/linux/compiler.h. Unfortunately that version doesn't actually prevent compiler from optimizing out the variable. Fix up by moving the macro out from compiler-gcc.h to compiler.h. Compilers without incline asm support will keep working since it's protected by an ifdef. Also fix up comments to match reality since we are no longer overriding any macros. Build-tested with gcc and clang. Fixes: 815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h mutually exclusive") Cc: Eli Friedman <efriedma@codeaurora.org> Cc: Joe Perches <joe@perches.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'include/linux/compiler-intel.h')
-rw-r--r--include/linux/compiler-intel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/compiler-intel.h b/include/linux/compiler-intel.h
index 517bd14e1222..b17f3cd18334 100644
--- a/include/linux/compiler-intel.h
+++ b/include/linux/compiler-intel.h
@@ -5,9 +5,7 @@
#ifdef __ECC
-/* Some compiler specific definitions are overwritten here
- * for Intel ECC compiler
- */
+/* Compiler specific definitions for Intel ECC compiler */
#include <asm/intrinsics.h>