Skip to content

Commit

Permalink
x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Borislav Petkov authored and H. Peter Anvin committed Mar 4, 2013
1 parent 6dbe51c commit 2c59cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -659,15 +659,15 @@ config PARAVIRT_SPINLOCKS
config PARAVIRT_CLOCK
bool

endif

config PARAVIRT_DEBUG
bool "paravirt-ops debugging"
depends on PARAVIRT && DEBUG_KERNEL
---help---
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

Expand Down

0 comments on commit 2c59cad

Please sign in to comment.