From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932402Ab3AYR4y (ORCPT ); Fri, 25 Jan 2013 12:56:54 -0500 Received: from mail.skyhub.de ([78.46.96.112]:39393 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932234Ab3AYR4v (ORCPT ); Fri, 25 Jan 2013 12:56:51 -0500 From: Borislav Petkov To: "H. Peter Anvin" , Ingo Molnar Cc: X86 ML , Greg Kroah-Hartman , LKML , devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com, Thomas Gleixner , JBeulich@suse.com, Borislav Petkov Subject: [PATCH -v2 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu Date: Fri, 25 Jan 2013 18:59:36 +0100 Message-Id: <1359136777-4512-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 1.8.1.rc3 In-Reply-To: <20130125100655.GC23404@pd.tnic> References: <20130125100655.GC23404@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov --- 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