diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-11 03:05:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-11 02:59:20 -0500 |
commit | ae1e9130bfb9ad55eb97ec3fb17a122b7a118f98 (patch) | |
tree | fa37f195008d540a4a69e562f6796b23831f0b56 /arch/x86/Kconfig | |
parent | 6d21cd62516a9697cb7ec33cc52e6b814fb65a13 (diff) |
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/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d5550d19b66..74db682ec1ce 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -364,7 +364,7 @@ config X86_RDC321X | |||
364 | as R-8610-(G). | 364 | as R-8610-(G). |
365 | If you don't have one of these chips, you should say N here. | 365 | If you don't have one of these chips, you should say N here. |
366 | 366 | ||
367 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 367 | config SCHED_OMIT_FRAME_POINTER |
368 | def_bool y | 368 | def_bool y |
369 | prompt "Single-depth WCHAN output" | 369 | prompt "Single-depth WCHAN output" |
370 | depends on X86 | 370 | depends on X86 |