Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177353
b: refs/heads/master
c: e36c545
h: refs/heads/master
i:
  177351: a9b79c9
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Dec 15, 2009
1 parent babc422 commit 241645b
Show file tree
Hide file tree
Showing 3 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: 0087aabd6a3744c28114240776918f5d15e46b98
refs/heads/master: e36c54582c6f14adc9e10473e2aec2cc4f0acc03
1 change: 1 addition & 0 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ trace_printk(const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
static inline void tracing_start(void) { }
static inline void tracing_stop(void) { }
static inline void ftrace_off_permanent(void) { }
static inline void trace_dump_stack(void) { }
static inline int
trace_printk(const char *fmt, ...)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ void trace_dump_stack(void)
unsigned long flags;

if (tracing_disabled || tracing_selftest_running)
return 0;
return;

local_save_flags(flags);

Expand Down

0 comments on commit 241645b

Please sign in to comment.