lkml.org 
[lkml]   [2008]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] DEBUG_KOBJECT vs. DYNAMIC_PRINTK_DEBUG
DEBUG_KOBJECT has no effect when DYNAMIC_PRINTK_DEBUG is set
(and you can get the messages via that feature), so let's make
it depend on !DYNAMIC_PRINTK_DEBUG.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
lib/Kconfig.debug | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.orig/lib/Kconfig.debug
+++ linux-2.6/lib/Kconfig.debug
@@ -450,7 +450,7 @@ config STACKTRACE

config DEBUG_KOBJECT
bool "kobject debugging"
- depends on DEBUG_KERNEL
+ depends on DEBUG_KERNEL && !DYNAMIC_PRINTK_DEBUG
help
If you say Y here, some extra kobject debugging messages will be sent
to the syslog.

\
 
 \ /
  Last update: 2008-12-02 14:55    [W:0.078 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site