diff options
Diffstat (limited to 'kernel/trace/trace.h')
-rw-r--r-- | kernel/trace/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index 4df6a77eb196..ce077fbbf552 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
@@ -504,7 +504,7 @@ static inline int ftrace_graph_addr(unsigned long addr) | |||
504 | { | 504 | { |
505 | int i; | 505 | int i; |
506 | 506 | ||
507 | if (!ftrace_graph_count || test_tsk_trace_graph(current)) | 507 | if (!ftrace_graph_count) |
508 | return 1; | 508 | return 1; |
509 | 509 | ||
510 | for (i = 0; i < ftrace_graph_count; i++) { | 510 | for (i = 0; i < ftrace_graph_count; i++) { |