Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cc89038 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.



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

Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 675055bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.
#