diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ac22bb7719f7..7b7d2764a215 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -367,10 +367,10 @@ config X86_RDC321X | |||
367 | as R-8610-(G). | 367 | as R-8610-(G). |
368 | If you don't have one of these chips, you should say N here. | 368 | If you don't have one of these chips, you should say N here. |
369 | 369 | ||
370 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 370 | config SCHED_OMIT_FRAME_POINTER |
371 | def_bool y | 371 | def_bool y |
372 | prompt "Single-depth WCHAN output" | 372 | prompt "Single-depth WCHAN output" |
373 | depends on X86_32 | 373 | depends on X86 |
374 | help | 374 | help |
375 | Calculate simpler /proc/<PID>/wchan values. If this option | 375 | Calculate simpler /proc/<PID>/wchan values. If this option |
376 | is disabled then wchan values will recurse back to the | 376 | is disabled then wchan values will recurse back to the |