Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c0b49f9 authored by Zachary Amsden's avatar Zachary Amsden Committed by Andi Kleen
Browse files

[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: default avatarZachary Amsden <zach@vmware.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 90736e20
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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