From: Atsushi Nemoto Date: Tue, 4 Apr 2006 04:11:45 +0000 (+0900) Subject: [MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS. X-Git-Tag: v2.6.17-rc2~1^2~15 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1cc89038f3921f4d79a9d24c8490aa9c0549e371;p=~shefty%2Frdma-dev.git [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 Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7aec60d4042..7b49aa5e8e2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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. #