~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/sparc/Kconfig.debug

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
config STACK_DEBUG
23
23
        bool "Stack Overflow Detection Support"
24
24
 
25
 
config DEBUG_PAGEALLOC
26
 
        bool "Debug page memory allocations"
27
 
        depends on SPARC64 && DEBUG_KERNEL && !HIBERNATION
28
 
        help
29
 
          Unmap pages from the kernel linear mapping after free_pages().
30
 
          This results in a large slowdown, but helps to find certain types
31
 
          of memory corruptions.
32
 
 
33
25
config MCOUNT
34
26
        bool
35
27
        depends on SPARC64