From: Steven Rostedt Date: Thu, 14 Aug 2008 19:45:12 +0000 (-0400) Subject: ftrace: x86 mcount stub X-Git-Tag: v2.6.28-rc1~78^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a37605c2261a06d8cafc62dee11374ad676c8c4;p=pandora-kernel.git ftrace: x86 mcount stub x86 now sets up the mcount locations through the build and no longer needs to record the ip when the function is executed. This patch changes the initial mcount to simply return. There's no need to do any other work. If the ftrace start up test fails, the original mcount will be what everything will use, so having this as fast as possible is a good thing. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed