diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 97c83e1bc589..39b95c56587e 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -488,8 +488,15 @@ static inline int test_tsk_trace_graph(struct task_struct *tsk) | |||
488 | 488 | ||
489 | extern int ftrace_dump_on_oops; | 489 | extern int ftrace_dump_on_oops; |
490 | 490 | ||
491 | #ifdef CONFIG_PREEMPT | ||
492 | #define INIT_TRACE_RECURSION .trace_recursion = 0, | ||
493 | #endif | ||
494 | |||
491 | #endif /* CONFIG_TRACING */ | 495 | #endif /* CONFIG_TRACING */ |
492 | 496 | ||
497 | #ifndef INIT_TRACE_RECURSION | ||
498 | #define INIT_TRACE_RECURSION | ||
499 | #endif | ||
493 | 500 | ||
494 | #ifdef CONFIG_HW_BRANCH_TRACER | 501 | #ifdef CONFIG_HW_BRANCH_TRACER |
495 | 502 | ||