aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-11 09:05:16 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-11 08:59:20 +0100
commitae1e9130bfb9ad55eb97ec3fb17a122b7a118f98 (patch)
treefa37f195008d540a4a69e562f6796b23831f0b56 /arch/m32r
parentsched: clean up SCHED_CPUMASK_ALLOC (diff)
downloadlinux-dev-ae1e9130bfb9ad55eb97ec3fb17a122b7a118f98.tar.xz
linux-dev-ae1e9130bfb9ad55eb97ec3fb17a122b7a118f98.zip
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: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/m32r')
-rw-r--r--arch/m32r/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index dbaed4a63815..29047d5c259a 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -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