commit | 938db5f569247d13910d4542666709623c4253b0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Mon Sep 28 16:21:55 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Sep 29 13:23:54 2015 -0400 |
tree | 21702662ed1f94b9365439c7ef391be7f3e43e89 | |
parent | 03905582fd093940cf609956adf6feb494e45346 [diff] |
tracing: Remove unused tracing option "ftrace_preempt" There was a time where the function tracing would disable interrupts unless specifically told not to, where it would only disable preemption. With the new lockless code, the function tracing never disalbes interrupts and just uses disabling of preemption. Remove the option "ftrace_preempt" as it does nothing anyway. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>