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

Commit ae1e9130 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTER



Impact: cleanup, change .config option name

We had this ugly config name for a long time for hysteric raisons.
Rename it to a saner name.

We still cannot get rid of it completely, until /proc/<pid>/stack
usage replaces WCHAN usage for good.

We'll be able to do that in the v2.6.29/v2.6.30 timeframe.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6d21cd62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ config GENERIC_IOMAP
	bool
	default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
config SCHED_OMIT_FRAME_POINTER
	bool
	default y

+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ config GENERIC_CALIBRATE_DELAY
	bool
	default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
config SCHED_OMIT_FRAME_POINTER
        bool
        default y

+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ config GENERIC_CMOS_UPDATE
	bool
	default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
config SCHED_OMIT_FRAME_POINTER
	bool
	default y

+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ config GENERIC_NVRAM
	bool
	default y if PPC32

config SCHED_NO_NO_OMIT_FRAME_POINTER
config SCHED_OMIT_FRAME_POINTER
	bool
	default y

+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ config X86_RDC321X
	  as R-8610-(G).
	  If you don't have one of these chips, you should say N here.

config SCHED_NO_NO_OMIT_FRAME_POINTER
config SCHED_OMIT_FRAME_POINTER
	def_bool y
	prompt "Single-depth WCHAN output"
	depends on X86
Loading