ftrace: fix mcount export bug
authorIngo Molnar <mingo@elte.hu>
Wed, 14 May 2008 06:10:31 +0000 (08:10 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 20:36:24 +0000 (22:36 +0200)
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 <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found