Skip to content

Commit

Permalink
[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Apr 19, 2006
1 parent 675055b commit 1cc8903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,10 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
bool
default y

#
# Select some configuration options automatically based on user selections.
#
Expand Down

0 comments on commit 1cc8903

Please sign in to comment.