Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140802
b: refs/heads/master
c: 3cdfdf9
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt committed Feb 26, 2009
1 parent 78a7035 commit 06fea25
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: eef62a6826b8ab530cefff5aa55c1661a209c803
refs/heads/master: 3cdfdf91fcc77cfc82592e2b5c2ab35abe819c41
3 changes: 2 additions & 1 deletion trunk/include/linux/tracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ static inline void tracepoint_synchronize_unregister(void)
synchronize_sched();
}

#define PARAMS(args...) args
#define TRACE_FORMAT(name, proto, args, fmt) \
DECLARE_TRACE(name, TPPROTO(proto), TPARGS(args))
DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))

#endif

0 comments on commit 06fea25

Please sign in to comment.