From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932378AbeAXU31 (ORCPT ); Wed, 24 Jan 2018 15:29:27 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36238 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932132AbeAXU30 (ORCPT ); Wed, 24 Jan 2018 15:29:26 -0500 X-Google-Smtp-Source: AH8x224fYG3TITDccyYxwDhtEk8CpwfvR+JFFX1XWy1jrG1F+Nu1Uc34LPAsU9iSp16WNybZVq1xAw== 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: remove unused IOMMU_STRESS kconfig Date: Wed, 24 Jan 2018 20:29:14 +0000 Message-Id: <1516825754-28415-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 Last use of IOMMU_STRESS was removed in commit 29b68415e335 ("x86: amd_iommu: move to drivers/iommu/") 6 years after, we could remove it. Signed-off-by: Corentin Labbe --- arch/x86/Kconfig.debug | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 672441c008c7..192e4d2f9efc 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -169,14 +169,6 @@ config IOMMU_DEBUG options. See Documentation/x86/x86_64/boot-options.txt for more details. -config IOMMU_STRESS - bool "Enable IOMMU stress-test mode" - ---help--- - This option disables various optimizations in IOMMU related - code to do real stress testing of the IOMMU code. This option - will cause a performance drop and should only be enabled for - testing. - config IOMMU_LEAK bool "IOMMU leak tracing" depends on IOMMU_DEBUG && DMA_API_DEBUG -- 2.13.6