]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] i386: Paravirt debug defaults off
authorZachary Amsden <zach@vmware.com>
Tue, 13 Feb 2007 12:26:22 +0000 (13:26 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:22 +0000 (13:26 +0100)
Deliberate register clobber around performance critical inline code is great for
testing, bad to leave on by default.  Many people ship with DEBUG_KERNEL turned
on, so stop making DEBUG_PARAVIRT default on.

Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/Kconfig.debug

index f68cc6f215f8b1c9bff53c0f6668d4b792f3b30a..458bc1611933b815f16856f9b608ef217a5a0a74 100644 (file)
@@ -87,7 +87,7 @@ config DOUBLEFAULT
 
 config DEBUG_PARAVIRT
        bool "Enable some paravirtualization debugging"
-       default y
+       default n
        depends on PARAVIRT && DEBUG_KERNEL
        help
          Currently deliberately clobbers regs which are allowed to be