commit | 15adc048986f6b54b6044f2b6fc4b48f49413e2f | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 23 09:33:08 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 23 16:00:25 2008 +0200 |
tree | f61e189b96e5065a4d091b60948fe8d9425c6df6 | |
parent | 08f5ac906d2c0faf96d608c54a0b03177376da8d [diff] |
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>