]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Remove force undef config value left for testing
authorSteven Rostedt <srostedt@redhat.com>
Fri, 4 Nov 2011 14:45:23 +0000 (10:45 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 7 Nov 2011 16:02:33 +0000 (11:02 -0500)
commit95d123aea7a24e23687d21fabf889c9bbea36542
tree60ebbd1d3dc66eda28f73cc08d19c0ccbd082cbf
parent207b7f9da2a629ec0beebc7001a13f41a1b36c18
ftrace: Remove force undef config value left for testing

A forced undef of a config value was used for testing and was
accidently left in during the final commit. This causes x86 to
run slower than needed while running function tracing as well
as causes the function graph selftest to fail when DYNMAIC_FTRACE
is not set. This is because the code in MCOUNT expects the ftrace
code to be processed with the config value set that happened to
be forced not set.

The forced config option was left in by:
    commit 1751b1dc2de83eabfc7fbe8977df144d77dbade2
    ftrace: Fix dynamic selftest failure on some archs

Link: http://lkml.kernel.org/r/20111102150255.GA6973@debian
Cc: stable@vger.kernel.org
Reported-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c