projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b664cb
)
Revert parts of "ftrace: do not trace scheduler functions"
author
Ingo Molnar
<mingo@elte.hu>
Fri, 18 Jul 2008 06:59:24 +0000
(08:59 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 18 Jul 2008 06:59:24 +0000
(08:59 +0200)
the removal of -mno-spe in the !ftrace case was not intended.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/kernel/Makefile
b/kernel/Makefile
index 985ddb7da4d02ccde3fa2acf1b4c9a5764778acb..15ab63ffe64d31634d59e1caeff8909043827e97 100644
(file)
--- 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