Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121149
b: refs/heads/master
c: 227a837
h: refs/heads/master
i:
  121147: 0856a00
v: v3
  • Loading branch information
Ingo Molnar committed Nov 16, 2008
1 parent e798f30 commit 1e1415c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a7ad64531713e33e39af95bdbfb172f4f328b1e
refs/heads/master: 227a837567e339c74d9d4243d03a29bd943a018c
4 changes: 4 additions & 0 deletions trunk/kernel/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,8 @@ void *marker_get_private_data(const char *name, marker_probe_func *probe,
}
EXPORT_SYMBOL_GPL(marker_get_private_data);

#ifdef CONFIG_MODULES

int marker_module_notify(struct notifier_block *self,
unsigned long val, void *data)
{
Expand Down Expand Up @@ -924,3 +926,5 @@ static int init_markers(void)
return register_module_notifier(&marker_module_nb);
}
__initcall(init_markers);

#endif /* CONFIG_MODULES */
4 changes: 4 additions & 0 deletions trunk/kernel/tracepoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ void tracepoint_iter_reset(struct tracepoint_iter *iter)
}
EXPORT_SYMBOL_GPL(tracepoint_iter_reset);

#ifdef CONFIG_MODULES

int tracepoint_module_notify(struct notifier_block *self,
unsigned long val, void *data)
{
Expand Down Expand Up @@ -570,3 +572,5 @@ static int init_tracepoints(void)
return register_module_notifier(&tracepoint_module_nb);
}
__initcall(init_tracepoints);

#endif /* CONFIG_MODULES */

0 comments on commit 1e1415c

Please sign in to comment.