Explorar o código

[PATCH] i386: Paravirt debug defaults off

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>
Zachary Amsden %!s(int64=18) %!d(string=hai) anos
pai
achega
7c0b49f9d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/i386/Kconfig.debug

+ 1 - 1
arch/i386/Kconfig.debug

@@ -87,7 +87,7 @@ config DOUBLEFAULT
 
 
 config DEBUG_PARAVIRT
 config DEBUG_PARAVIRT
 	bool "Enable some paravirtualization debugging"
 	bool "Enable some paravirtualization debugging"
-	default y
+	default n
 	depends on PARAVIRT && DEBUG_KERNEL
 	depends on PARAVIRT && DEBUG_KERNEL
 	help
 	help
 	  Currently deliberately clobbers regs which are allowed to be
 	  Currently deliberately clobbers regs which are allowed to be