From: Ingo Molnar Date: Wed, 14 May 2008 06:10:31 +0000 (+0200) Subject: ftrace: fix mcount export bug X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37135677e653537ffc6e7def679443272a1c03c3;p=pandora-kernel.git ftrace: fix mcount export bug David S. Miller noticed the following bug: the -pg instrumentation function callback is named differently on each platform. On x86 it is mcount, on sparc it is _mcount. So the export does not make sense in kernel/trace/ftrace.c - move it to x86. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed