From: Steven Rostedt Date: Wed, 13 Apr 2011 20:43:29 +0000 (-0400) Subject: ftrace/x86: Do not trace .discard.text section X-Git-Tag: v3.1-rc1~299^2~39^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406a733db0052fed66d17008430b6047ecea7b92;p=pandora-kernel.git ftrace/x86: Do not trace .discard.text section The section called .discard.text has tracing attached to it and is currently ignored by ftrace. But it does include a call to the mcount stub. Adding a notrace to the code keeps gcc from adding the useless mcount caller to it. Link: http://lkml.kernel.org/r/20110421023739.243651696@goodmis.org Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed