From: Steven Rostedt Date: Wed, 15 Sep 2010 02:19:46 +0000 (-0400) Subject: tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums X-Git-Tag: v2.6.37-rc1~214^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e406d7b00ab2b261ae32a59f266fd3b7af6f29;p=pandora-kernel.git 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed