ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace file
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 23 Oct 2008 13:33:08 +0000 (09:33 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 14:00:25 +0000 (16:00 +0200)
commit15adc048986f6b54b6044f2b6fc4b48f49413e2f
treef61e189b96e5065a4d091b60948fe8d9425c6df6
parent08f5ac906d2c0faf96d608c54a0b03177376da8d
ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace file

The entire file of ftrace.c in the arch code needs to be marked
as notrace. It is much cleaner to do this from the Makefile with
CFLAGS_REMOVE_ftrace.o.

[ powerpc already had this in its Makefile. ]

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/powerpc/kernel/ftrace.c
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/ftrace.c
arch/x86/kernel/Makefile
arch/x86/kernel/ftrace.c