From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752069AbeAWOcZ (ORCPT ); Tue, 23 Jan 2018 09:32:25 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:41068 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbeAWOcX (ORCPT ); Tue, 23 Jan 2018 09:32:23 -0500 X-Google-Smtp-Source: AH8x225vtIBEvEFBfkrJsFRhcp4vKb1ap2v3pJ1ismQvwErfcfNed1rLEPFzfNRN3MOdKx0JFcIbXQ== From: Corentin Labbe To: hpa@zytor.com, mingo@redhat.com, tglx@linutronix.de, x86@kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] x86: kvm: Remove unused KVM_DEBUG_FS Date: Tue, 23 Jan 2018 14:32:05 +0000 Message-Id: <1516717925-24285-1-git-send-email-clabbe@baylibre.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org KVM_DEBUG_FS is unused since commit cfd8983f03c7 ("x86, locking/spinlocks: Remove ticket (spin)lock implementation") Simply remove it. Signed-off-by: Corentin Labbe --- arch/x86/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3061c2735510..f908e13f9231 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -788,15 +788,6 @@ config KVM_GUEST underlying device model, the host provides the guest with timing infrastructure such as time of day, and system time -config KVM_DEBUG_FS - bool "Enable debug information for KVM Guests in debugfs" - depends on KVM_GUEST && DEBUG_FS - default n - ---help--- - This option enables collection of various statistics for KVM guest. - Statistics are displayed in debugfs filesystem. Enabling this option - may incur significant overhead. - config PARAVIRT_TIME_ACCOUNTING bool "Paravirtual steal time accounting" depends on PARAVIRT -- 2.13.6