[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-2c59cad6941cb55990fa6e19d84ae027c46991ee@git.kernel.org>
Date: Mon, 4 Mar 2013 15:54:42 -0800
From: tip-bot for Borislav Petkov <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
tglx@...utronix.de, hpa@...ux.intel.com, bp@...e.de
Subject: [tip:x86/paravirt] x86, Kconfig:
Move PARAVIRT_DEBUG into the paravirt menu
Commit-ID: 2c59cad6941cb55990fa6e19d84ae027c46991ee
Gitweb: http://git.kernel.org/tip/2c59cad6941cb55990fa6e19d84ae027c46991ee
Author: Borislav Petkov <bp@...e.de>
AuthorDate: Mon, 4 Mar 2013 21:20:20 +0100
Committer: H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Mon, 4 Mar 2013 13:14:06 -0800
x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
This should be under the PARAVIRT_GUEST menu.
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: http://lkml.kernel.org/r/1362428421-9244-2-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
---
arch/x86/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists