From: Martin Schwidefsky Date: Tue, 7 Jul 2009 14:37:10 +0000 (+0200) Subject: [S390] set SCHED_OMIT_FRAME_POINTER for s390 X-Git-Tag: v2.6.31-rc3~23^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca3e357d5de31e484c3e0ec7f356e4fc488eb7f;p=pandora-kernel.git [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 --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e577839f3073..4cd12b5202af 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"