mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
ftrace: check proper config for preempt type
There is no CONFIG_PREEMPT_DESKTOP. Use the proper entry CONFIG_PREEMPT. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Cc: Steven Rostedt <srostedt@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
1e16c0a081
commit
b5c21b4514
@ -1341,7 +1341,7 @@ print_trace_header(struct seq_file *m, struct trace_iterator *iter)
|
||||
"server",
|
||||
#elif defined(CONFIG_PREEMPT_VOLUNTARY)
|
||||
"desktop",
|
||||
#elif defined(CONFIG_PREEMPT_DESKTOP)
|
||||
#elif defined(CONFIG_PREEMPT)
|
||||
"preempt",
|
||||
#else
|
||||
"unknown",
|
||||
|
Loading…
Reference in New Issue
Block a user