Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fca3e357 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] set SCHED_OMIT_FRAME_POINTER for s390



The frame pointer is useless for s390 in the sched.c code.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 5075baca
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"