From ae7f70d1ec5fa2d37f715a8ef67a2a02520fa7c3 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 15 Apr 2008 22:39:31 +0200 Subject: [PATCH] --- yaml --- r: 102316 b: refs/heads/master c: c349e0a01c3e0f70913db6a5bb61ab204e0602de h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ab888be21781..ab36cecccb6f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9fa111372a54f695f65e0de2f2a2108fe6cf3584 +refs/heads/master: c349e0a01c3e0f70913db6a5bb61ab204e0602de diff --git a/trunk/kernel/Makefile b/trunk/kernel/Makefile index 0a7ed838984b..985ddb7da4d0 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 profile.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_FTRACE # Do not trace debug files and internal ftrace files CFLAGS_REMOVE_lockdep.o = -pg @@ -21,6 +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 endif obj-$(CONFIG_SYSCTL_SYSCALL_CHECK) += sysctl_check.o