From 8e5decefd71408c780f66d9235d97342c2cab4bc Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sat, 15 Nov 2008 12:02:34 -0600 Subject: [PATCH] --- yaml --- r: 119108 b: refs/heads/master c: 65ecc14a30ad21bed9aabdfd6a2ae1a1aaaa6a00 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/Makefile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b86fc59a9201..226ec53d4aa4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e77a20e8ef6784586cfd66f4346af88ddb11173f +refs/heads/master: 65ecc14a30ad21bed9aabdfd6a2ae1a1aaaa6a00 diff --git a/trunk/kernel/Makefile b/trunk/kernel/Makefile index 9a3ec66a9d84..19fad003b19d 100644 --- a/trunk/kernel/Makefile +++ b/trunk/kernel/Makefile @@ -11,8 +11,6 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o \ hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \ notifier.o ksysfs.o pm_qos_params.o sched_clock.o -CFLAGS_REMOVE_sched.o = -mno-spe - ifdef CONFIG_FUNCTION_TRACER # Do not trace debug files and internal ftrace files CFLAGS_REMOVE_lockdep.o = -pg @@ -21,7 +19,7 @@ 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 +CFLAGS_REMOVE_sched.o = -pg endif obj-$(CONFIG_FREEZER) += freezer.o