x86/stacktrace: update kconfig help text for reliable unwinders
[linux-2.6-block.git] / arch / x86 / Kconfig.debug
index bf9cd83de7773087951ad22dcafba77dba9b54f8..409c00f74e608c455620950aa9b6caa8da3568d7 100644 (file)
@@ -316,10 +316,6 @@ config UNWINDER_FRAME_POINTER
          unwinder, but the kernel text size will grow by ~3% and the kernel's
          overall performance will degrade by roughly 5-10%.
 
-         This option is recommended if you want to use the livepatch
-         consistency model, as this is currently the only way to get a
-         reliable stack trace (CONFIG_HAVE_RELIABLE_STACKTRACE).
-
 config UNWINDER_GUESS
        bool "Guess unwinder"
        depends on EXPERT