Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142781
b: refs/heads/master
c: d9ad8bc
h: refs/heads/master
i:
  142779: e9ceb7c
v: v3
  • Loading branch information
Bart Van Assche authored and Ingo Molnar committed Apr 7, 2009
1 parent 0a729df commit cbbbec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bbe2a83ab68e5cf8c66c372c7cb3b51910c2cfe
refs/heads/master: d9ad8bc0ca823705413f75b50c442a88cc518b35
3 changes: 2 additions & 1 deletion trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ struct ftrace_branch_data {
* Note: DISABLE_BRANCH_PROFILING can be used by special lowlevel code
* to disable branch tracing on a per file basis.
*/
#if defined(CONFIG_TRACE_BRANCH_PROFILING) && !defined(DISABLE_BRANCH_PROFILING)
#if defined(CONFIG_TRACE_BRANCH_PROFILING) \
&& !defined(DISABLE_BRANCH_PROFILING) && !defined(__CHECKER__)
void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);

#define likely_notrace(x) __builtin_expect(!!(x), 1)
Expand Down

0 comments on commit cbbbec7

Please sign in to comment.