|
@@ -151,6 +151,10 @@ struct ftrace_likely_data {
|
|
|
#define __assume_aligned(a, ...)
|
|
#define __assume_aligned(a, ...)
|
|
|
#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))
|
|
|
|
|
|