diff options
author | Ken Chen <kenchen@google.com> | 2008-11-06 14:10:49 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-06 16:24:51 -0500 |
commit | a87d091434ed2a34d647979ab12084139ee1fe41 (patch) | |
tree | b2c141b02b40aacce72130b7910f744024775d54 /arch/x86/Kconfig | |
parent | 90080bf4b803efbc9b9cd3a7ed1639f1e036238e (diff) |
x86, sched: enable wchan config menu item on 64-bit
Enable the wchan config menu item for now on x86-64 arch? This will
at least allow people to enable/disable frame pointers on scheduler
functions.
Signed-off-by: Ken Chen <kenchen@google.com>
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 6f20718d3156..488a4ecd0b59 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -367,7 +367,7 @@ config X86_RDC321X | |||
367 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 367 | config SCHED_NO_NO_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_32 | 370 | depends on X86 |
371 | help | 371 | help |
372 | Calculate simpler /proc/<PID>/wchan values. If this option | 372 | Calculate simpler /proc/<PID>/wchan values. If this option |
373 | is disabled then wchan values will recurse back to the | 373 | is disabled then wchan values will recurse back to the |