aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2009-07-07 16:37:10 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-07-07 16:37:53 +0200
commitfca3e357d5de31e484c3e0ec7f356e4fc488eb7f (patch)
tree978ab2d5c335cc6a0fc3a7d337f4a4ea3c530fc9 /arch
parent5075baca2e95840d76210c3cfda56134007462c9 (diff)
[S390] set SCHED_OMIT_FRAME_POINTER for s390
The frame pointer is useless for s390 in the sched.c code. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index e577839f307..4cd12b5202a 100644
--- 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"