diff options
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
-rw-r--r-- | kernel/trace/trace_functions_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index 7363ccf79512..fc173cd9fbfd 100644 --- a/kernel/trace/trace_functions_graph.c +++ b/kernel/trace/trace_functions_graph.c | |||
@@ -204,7 +204,7 @@ ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, | |||
204 | return; | 204 | return; |
205 | } | 205 | } |
206 | 206 | ||
207 | #if defined(CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST) && !defined(CC_USING_FENTRY) | 207 | #ifdef HAVE_FUNCTION_GRAPH_FP_TEST |
208 | /* | 208 | /* |
209 | * The arch may choose to record the frame pointer used | 209 | * The arch may choose to record the frame pointer used |
210 | * and check it here to make sure that it is what we expect it | 210 | * and check it here to make sure that it is what we expect it |