diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-07-07 16:37:10 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-07-07 16:37:53 +0200 |
commit | fca3e357d5de31e484c3e0ec7f356e4fc488eb7f (patch) | |
tree | 978ab2d5c335cc6a0fc3a7d337f4a4ea3c530fc9 /arch | |
parent | 5075baca2e95840d76210c3cfda56134007462c9 (diff) | |
download | op-kernel-dev-fca3e357d5de31e484c3e0ec7f356e4fc488eb7f.zip op-kernel-dev-fca3e357d5de31e484c3e0ec7f356e4fc488eb7f.tar.gz |
[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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e577839..4cd12b5 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" |