From: Peter Zijlstra Date: Fri, 31 Oct 2008 23:13:49 +0000 (+0100) Subject: sched, ftrace: trace sched.c X-Git-Tag: v2.6.29-rc1~538^2~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8bb8c4386d08f2cc5d871d22f220d35032213f84;p=karo-tx-linux.git sched, ftrace: trace sched.c Impact: allow function tracing within sched.c Its useful to see what happens in sched.c. Signed-off-by: Peter Zijlstra Acked-by: Steven Rostedt Signed-off-by: Ingo Molnar --- diff --git a/kernel/Makefile b/kernel/Makefile index 9a3ec66a9d84..e1af03972148 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg CFLAGS_REMOVE_rtmutex-debug.o = -pg CFLAGS_REMOVE_cgroup-debug.o = -pg CFLAGS_REMOVE_sched_clock.o = -pg -CFLAGS_REMOVE_sched.o = -mno-spe -pg endif obj-$(CONFIG_FREEZER) += freezer.o