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)
commit37135677e653537ffc6e7def679443272a1c03c3
tree13ca182dfe446cefc60f8cf5e91b59a43b3170f7
parentd05f5f9906740474eb768823004ffcd775b12ca6
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 <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/i386_ksyms_32.c
arch/x86/kernel/x8664_ksyms_64.c
kernel/trace/ftrace.c