[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 4 Apr 2006 04:11:45 +0000 (13:11 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:21 +0000 (04:14 +0200)
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>
arch/mips/Kconfig

index 7aec60d..7b49aa5 100644 (file)
@@ -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.
 #