projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5075bac
)
[S390] set SCHED_OMIT_FRAME_POINTER for s390
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:10 +0000
(16:37 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:53 +0000
(16:37 +0200)
The frame pointer is useless for s390 in the sched.c code.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index e577839f3073e5a6e5687193817ddcb6e354c423..4cd12b5202af4db1bf4e2a41a480963bc0610696 100644
(file)
--- a/
arch/s390/Kconfig
+++ b/
arch/s390/Kconfig
@@
-96,6
+96,10
@@
config S390
select INIT_ALL_POSSIBLE
select HAVE_PERF_COUNTERS
+config SCHED_OMIT_FRAME_POINTER
+ bool
+ default y
+
source "init/Kconfig"
source "kernel/Kconfig.freezer"