diff options
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index ab4711c63601..42506e4d1f53 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
@@ -21,7 +21,7 @@ void ftrace_likely_update(struct ftrace_likely_data *f, int val, | |||
21 | #define unlikely_notrace(x) __builtin_expect(!!(x), 0) | 21 | #define unlikely_notrace(x) __builtin_expect(!!(x), 0) |
22 | 22 | ||
23 | #define __branch_check__(x, expect, is_constant) ({ \ | 23 | #define __branch_check__(x, expect, is_constant) ({ \ |
24 | int ______r; \ | 24 | long ______r; \ |
25 | static struct ftrace_likely_data \ | 25 | static struct ftrace_likely_data \ |
26 | __attribute__((__aligned__(4))) \ | 26 | __attribute__((__aligned__(4))) \ |
27 | __attribute__((section("_ftrace_annotated_branch"))) \ | 27 | __attribute__((section("_ftrace_annotated_branch"))) \ |