]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
authorBorislav Petkov <bp@suse.de>
Mon, 4 Mar 2013 20:20:20 +0000 (21:20 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 4 Mar 2013 21:14:06 +0000 (13:14 -0800)
This should be under the PARAVIRT_GUEST menu.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1362428421-9244-2-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/Kconfig

index a4f24f5b1218520074eacc4918bcf5fd04d139a4..f922a9b9a3190a02ebdfb6edaf341140e713309e 100644 (file)
@@ -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