From: Borislav Petkov Date: Mon, 4 Mar 2013 20:20:20 +0000 (+0100) Subject: x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu X-Git-Tag: upstream/snapshot3+hdmi~5262^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c59cad6941cb55990fa6e19d84ae027c46991ee;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1362428421-9244-2-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a4f24f5..f922a9b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -659,8 +659,6 @@ config PARAVIRT_SPINLOCKS config PARAVIRT_CLOCK bool -endif - config PARAVIRT_DEBUG bool "paravirt-ops debugging" depends on PARAVIRT && DEBUG_KERNEL @@ -668,6 +666,8 @@ config PARAVIRT_DEBUG Enable to debug paravirt_ops internals. Specifically, BUG if a paravirt_op is missing when it is called. +endif #PARAVIRT_GUEST + config NO_BOOTMEM def_bool y