home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / Kconfig.debug next >
Encoding:
Text File  |  2008-12-24  |  413 b   |  19 lines

  1. menu "Kernel hacking"
  2.  
  3. config TRACE_IRQFLAGS_SUPPORT
  4.     bool
  5.     default y
  6.  
  7. source "lib/Kconfig.debug"
  8.  
  9. config DEBUG_STACK_USAGE
  10.     bool "Enable stack utilization instrumentation"
  11.     depends on DEBUG_KERNEL
  12.     help
  13.       Enables the display of the minimum amount of free stack which each
  14.       task has ever had available in the sysrq-T and sysrq-P debug output.
  15.  
  16.       This option will slow down process creation somewhat.
  17.  
  18. endmenu
  19.