diff options
Diffstat (limited to 'kernel/trace/trace.h')
-rw-r--r-- | kernel/trace/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index f060716b02ae..74bde81601a9 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
@@ -444,6 +444,7 @@ enum { | |||
444 | 444 | ||
445 | TRACE_CONTROL_BIT, | 445 | TRACE_CONTROL_BIT, |
446 | 446 | ||
447 | TRACE_BRANCH_BIT, | ||
447 | /* | 448 | /* |
448 | * Abuse of the trace_recursion. | 449 | * Abuse of the trace_recursion. |
449 | * As we need a way to maintain state if we are tracing the function | 450 | * As we need a way to maintain state if we are tracing the function |