浏览代码

[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>
Martin Schwidefsky 16 年之前
父节点
当前提交
fca3e357d5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/s390/Kconfig

+ 4 - 0
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"