Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116687
b: refs/heads/master
c: 231375c
h: refs/heads/master
i:
  116685: 34796c6
  116683: 3415355
  116679: a4c6060
  116671: 227651a
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Ingo Molnar committed Oct 14, 2008
1 parent 4723ed2 commit f05ad23
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f2461fc82a083dd60062e05e704c5fcc1c658ba1
refs/heads/master: 231375cc5cc3549bb413f94a164bdcbd5f9ce943
5 changes: 4 additions & 1 deletion trunk/include/linux/tracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ extern int tracepoint_get_iter_range(struct tracepoint **tracepoint,
* probe unregistration and the end of module exit to make sure there is no
* caller executing a probe when it is freed.
*/
#define tracepoint_synchronize_unregister() synchronize_sched()
static inline void tracepoint_synchronize_unregister(void)
{
synchronize_sched();
}

#endif

0 comments on commit f05ad23

Please sign in to comment.