diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index e680382329b6..205bf62b79ba 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -150,7 +150,7 @@ config LITMUS_DEBUG_TRACE | |||
150 | bool "TRACE() debugging" | 150 | bool "TRACE() debugging" |
151 | default y | 151 | default y |
152 | help | 152 | help |
153 | Include support for sched_trace_log_messages(), which is used to | 153 | Include support for debug_trace_log_message(), which is used to |
154 | implement TRACE(). If disabled, no TRACE() messages will be included | 154 | implement TRACE(). If disabled, no TRACE() messages will be included |
155 | in the kernel, and no overheads due to debugging statements will be | 155 | in the kernel, and no overheads due to debugging statements will be |
156 | incurred by the scheduler. Disable if the overhead is not acceptable | 156 | incurred by the scheduler. Disable if the overhead is not acceptable |