]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/compiler_types.h
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / include / linux / compiler_types.h
index 095d55c3834db622487efac2bbfb15ed0f0417d4..599c27b56c29a9674bc8b189c4200c3c0fbed58c 100644 (file)
@@ -189,6 +189,10 @@ struct ftrace_likely_data {
 #define asm_volatile_goto(x...) asm goto(x)
 #endif
 
+#ifndef __no_fgcse
+# define __no_fgcse
+#endif
+
 /* Are two types/vars the same type (ignoring qualifiers)? */
 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))