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)
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>

No differences found