Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312348
b: refs/heads/master
c: 326f418
h: refs/heads/master
v: v3
  • Loading branch information
Jason Baron authored and Ingo Molnar committed Jul 6, 2012
1 parent 622d40f commit 6d79dad
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 387ef4e24af4ae43a7961ba6eec749488da99535
refs/heads/master: 326f418b4c74ab4a6066f38b6144bc6461f9447b
2 changes: 1 addition & 1 deletion trunk/include/linux/tracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static inline void tracepoint_synchronize_unregister(void)
} \
static inline void trace_##name##_rcuidle(proto) \
{ \
if (static_branch(&__tracepoint_##name.key)) \
if (static_key_false(&__tracepoint_##name.key)) \
__DO_TRACE(&__tracepoint_##name, \
TP_PROTO(data_proto), \
TP_ARGS(data_args), \
Expand Down

0 comments on commit 6d79dad

Please sign in to comment.