浏览代码

x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

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>
Borislav Petkov 12 年之前
父节点
当前提交
2c59cad694
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/x86/Kconfig

+ 2 - 2
arch/x86/Kconfig

@@ -659,8 +659,6 @@ config PARAVIRT_SPINLOCKS
 config PARAVIRT_CLOCK
 config PARAVIRT_CLOCK
 	bool
 	bool
 
 
-endif
-
 config PARAVIRT_DEBUG
 config PARAVIRT_DEBUG
 	bool "paravirt-ops debugging"
 	bool "paravirt-ops debugging"
 	depends on PARAVIRT && DEBUG_KERNEL
 	depends on PARAVIRT && DEBUG_KERNEL
@@ -668,6 +666,8 @@ config PARAVIRT_DEBUG
 	  Enable to debug paravirt_ops internals.  Specifically, BUG if
 	  Enable to debug paravirt_ops internals.  Specifically, BUG if
 	  a paravirt_op is missing when it is called.
 	  a paravirt_op is missing when it is called.
 
 
+endif #PARAVIRT_GUEST
+
 config NO_BOOTMEM
 config NO_BOOTMEM
 	def_bool y
 	def_bool y