From: Ingo Molnar Date: Fri, 18 Jul 2008 06:59:24 +0000 (+0200) Subject: Revert parts of "ftrace: do not trace scheduler functions" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d88c16919793a9f5dc93e7956da5bb089c7600b4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Revert parts of "ftrace: do not trace scheduler functions" the removal of -mno-spe in the !ftrace case was not intended. Signed-off-by: Ingo Molnar --- diff --git a/kernel/Makefile b/kernel/Makefile index 985ddb7da4d0..15ab63ffe64d 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -11,6 +11,8 @@ 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