diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-12-14 11:12:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-14 11:12:37 -0500 |
commit | 0087aabd6a3744c28114240776918f5d15e46b98 (patch) | |
tree | 8bf3ba7b3395490441722360d2872480f64cd694 /include/linux | |
parent | cc0104e877fff32865a67b256d3a9ce52ff15790 (diff) | |
parent | cc51a0fca66658ea710db566ba17e80e3f7d4957 (diff) |
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 3fa4c590cf12..5ad4199fb073 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -492,6 +492,8 @@ extern int | |||
492 | __trace_printk(unsigned long ip, const char *fmt, ...) | 492 | __trace_printk(unsigned long ip, const char *fmt, ...) |
493 | __attribute__ ((format (printf, 2, 3))); | 493 | __attribute__ ((format (printf, 2, 3))); |
494 | 494 | ||
495 | extern void trace_dump_stack(void); | ||
496 | |||
495 | /* | 497 | /* |
496 | * The double __builtin_constant_p is because gcc will give us an error | 498 | * The double __builtin_constant_p is because gcc will give us an error |
497 | * if we try to allocate the static variable to fmt if it is not a | 499 | * if we try to allocate the static variable to fmt if it is not a |