[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359136777-4512-1-git-send-email-bp@alien8.de>
Date: Fri, 25 Jan 2013 18:59:36 +0100
From: Borislav Petkov <bp@...en8.de>
To: "H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...nel.org>
Cc: X86 ML <x86@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>,
devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
jasowang@...hat.com, Thomas Gleixner <tglx@...utronix.de>,
JBeulich@...e.com, Borislav Petkov <bp@...e.de>
Subject: [PATCH -v2 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
From: Borislav Petkov <bp@...e.de>
This should be under the PARAVIRT_GUEST menu.
Signed-off-by: Borislav Petkov <bp@...e.de>
---
arch/x86/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2d621032525a..201b8aa93f8f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -631,8 +631,6 @@ config PARAVIRT_SPINLOCKS
config PARAVIRT_CLOCK
bool
-endif
-
config PARAVIRT_DEBUG
bool "paravirt-ops debugging"
depends on PARAVIRT && DEBUG_KERNEL
@@ -640,6 +638,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
--
1.8.1.rc3
--
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