]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/Kconfig.debug
[SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.
[linux-2.6-omap-h63xx.git] / arch / um / Kconfig.debug
index bab51d619173d8251a9529cd0c47d319e64e6cb6..c86f5eb29fd584619a807e4c10520a40fa81b6eb 100644 (file)
@@ -47,13 +47,13 @@ config GCOV
         If you're involved in UML kernel development and want to use gcov,
         say Y.  If you're unsure, say N.
 
-config SYSCALL_DEBUG
-       bool "Enable system call debugging"
-       depends on DEBUG_INFO
+config DEBUG_STACK_USAGE
+       bool "Stack utilization instrumentation"
+       default N
        help
-       This adds some system debugging to UML, including keeping a ring buffer
-       with recent system calls and some global and per-task statistics.
-
-       If unsure, say N
+         Track the maximum kernel stack usage - this will look at each
+         kernel stack at process exit and log it if it's the deepest
+         stack seen so far.
 
+         This option will slow down process creation and destruction somewhat.
 endmenu