]> Git Repo - linux.git/blobdiff - include/linux/compiler_types.h
KVM: x86: Add CPUID support for new instruction WBNOINVD
[linux.git] / include / linux / compiler_types.h
index 3439d7d0249aa592bc0100a9f8058fb2b3a2c249..4a3f9c09c92d04583f9a0d4fa335a1fb9ce44ab8 100644 (file)
@@ -130,6 +130,10 @@ struct ftrace_likely_data {
 # define randomized_struct_fields_end
 #endif
 
+#ifndef asm_volatile_goto
+#define asm_volatile_goto(x...) asm goto(x)
+#endif
+
 /* Are two types/vars the same type (ignoring qualifiers)? */
 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))
 
This page took 0.032168 seconds and 4 git commands to generate.