diff options
Diffstat (limited to 'arch/sh/kernel/ftrace.c')
-rw-r--r-- | arch/sh/kernel/ftrace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/ftrace.c b/arch/sh/kernel/ftrace.c index 3c74f53db6db..079d70e6d74b 100644 --- a/arch/sh/kernel/ftrace.c +++ b/arch/sh/kernel/ftrace.c | |||
@@ -344,6 +344,9 @@ void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) | |||
344 | struct ftrace_graph_ent trace; | 344 | struct ftrace_graph_ent trace; |
345 | unsigned long return_hooker = (unsigned long)&return_to_handler; | 345 | unsigned long return_hooker = (unsigned long)&return_to_handler; |
346 | 346 | ||
347 | if (unlikely(ftrace_graph_is_dead())) | ||
348 | return; | ||
349 | |||
347 | if (unlikely(atomic_read(¤t->tracing_graph_pause))) | 350 | if (unlikely(atomic_read(¤t->tracing_graph_pause))) |
348 | return; | 351 | return; |
349 | 352 | ||