aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h
index c7d804a7a4d6..c25e525121f0 100644
--- a/include/linux/compiler.h
+++ b/include/linux/compiler.h
@@ -87,7 +87,6 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
87 .file = __FILE__, \ 87 .file = __FILE__, \
88 .line = __LINE__, \ 88 .line = __LINE__, \
89 }; \ 89 }; \
90 ______f.line = __LINE__; \
91 ______r = likely_notrace(x); \ 90 ______r = likely_notrace(x); \
92 ftrace_likely_update(&______f, ______r, 1); \ 91 ftrace_likely_update(&______f, ______r, 1); \
93 ______r; \ 92 ______r; \
@@ -102,7 +101,6 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
102 .file = __FILE__, \ 101 .file = __FILE__, \
103 .line = __LINE__, \ 102 .line = __LINE__, \
104 }; \ 103 }; \
105 ______f.line = __LINE__; \
106 ______r = unlikely_notrace(x); \ 104 ______r = unlikely_notrace(x); \
107 ftrace_likely_update(&______f, ______r, 0); \ 105 ftrace_likely_update(&______f, ______r, 0); \
108 ______r; \ 106 ______r; \