tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums
authorSteven Rostedt <srostedt@redhat.com>
Wed, 15 Sep 2010 02:19:46 +0000 (22:19 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Sep 2010 02:19:46 +0000 (22:19 -0400)
commit79e406d7b00ab2b261ae32a59f266fd3b7af6f29
treee1f635e807691cb634fd63478861938592f226fa
parentb304d0441a4118fadd4c3f16e4dc600c271030b5
tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums

The enums for FTRACE_ENABLE_MCOUNT and FTRACE_DISABLE_MCOUNT were
used as commands to ftrace_run_update_code(). But these commands
were used by the old nasty ftrace daemon that has long been slain.

This is a clean up patch to remove the references to these enums
and simplify the code a little.

Reported-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c