Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk',...
authorIngo Molnar <mingo@elte.hu>
Thu, 25 Dec 2008 13:06:29 +0000 (14:06 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 25 Dec 2008 13:06:29 +0000 (14:06 +0100)
1  2  3  4  5  6  7  8  9 
kernel/softirq.c
lib/Kconfig.debug

Simple merge
@@@@@@@@@@ -544,17 -552,7 -544,7 -544,7 -544,7 -544,7 -544,7 -544,7 -544,7 +552,17 @@@@@@@@@@ config DEBUG_S
                  their sg tables.
         
                  If unsure, say N.
     +   
 ++++++++config DEBUG_NOTIFIERS
 ++++++++       bool "Debug notifier call chains"
 ++++++++       depends on DEBUG_KERNEL
 ++++++++       help
 ++++++++         Enable this to turn on sanity checking for notifier call chains.
 ++++++++         This is most useful for kernel developers to make sure that
 ++++++++         modules properly unregister themselves from notifier chains.
 ++++++++         This is a relatively cheap check but if you care about maximum
 ++++++++         performance, say N.
 ++++ +++
         config FRAME_POINTER
                bool "Compile the kernel with frame pointers"
                depends on DEBUG_KERNEL && \