Commit 1cc89038f3921f4d79a9d24c8490aa9c0549e371

Authored by Atsushi Nemoto
Committed by Ralf Baechle
1 parent 675055bfb5

[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.

MIPS get_wchan() no longer requires -fno-omit-frame-pointer.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -816,6 +816,10 @@
816 816 bool
817 817 default y
818 818  
  819 +config SCHED_NO_NO_OMIT_FRAME_POINTER
  820 + bool
  821 + default y
  822 +
819 823 #
820 824 # Select some configuration options automatically based on user selections.
821 825 #