Skip to content

Commit

Permalink
[S390] set SCHED_OMIT_FRAME_POINTER for s390
Browse files Browse the repository at this point in the history
The frame pointer is useless for s390 in the sched.c code.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Jul 7, 2009
1 parent 5075bac commit fca3e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fca3e35

Please sign in to comment.