Skip to content

Commit

Permalink
[PATCH] i386: Paravirt debug defaults off
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zachary Amsden authored and Andi Kleen committed Feb 13, 2007
1 parent 90736e2 commit 7c0b49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0b49f

Please sign in to comment.