Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)
[linux-2.6-microblaze.git] / fs / proc / Kconfig
index 4c3dcb7..cb5629b 100644 (file)
@@ -58,7 +58,8 @@ config PROC_VMCORE_DEVICE_DUMP
          snapshot.
 
          If you say Y here, the collected device dumps will be added
-         as ELF notes to /proc/vmcore.
+         as ELF notes to /proc/vmcore. You can still disable device
+         dump using the kernel command line option 'novmcoredd'.
 
 config PROC_SYSCTL
        bool "Sysctl support (/proc/sys)" if EXPERT
@@ -72,7 +73,7 @@ config PROC_SYSCTL
          interface is through /proc/sys.  If you say Y here a tree of
          modifiable sysctl entries will be generated beneath the
           /proc/sys directory. They are explained in the files
-         in <file:Documentation/sysctl/>.  Note that enabling this
+         in <file:Documentation/admin-guide/sysctl/>.  Note that enabling this
          option will enlarge the kernel by at least 8 KB.
 
          As it is generally a good thing, you should say Y here unless