|
@@ -130,6 +130,10 @@ struct ftrace_likely_data {
|
|
# define randomized_struct_fields_end
|
|
# define randomized_struct_fields_end
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef asm_volatile_goto
|
|
|
|
+#define asm_volatile_goto(x...) asm goto(x)
|
|
|
|
+#endif
|
|
|
|
+
|
|
/* Are two types/vars the same type (ignoring qualifiers)? */
|
|
/* Are two types/vars the same type (ignoring qualifiers)? */
|
|
#define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))
|
|
#define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))
|
|
|
|
|