From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751666AbeAYJ1U (ORCPT ); Thu, 25 Jan 2018 04:27:20 -0500 Received: from terminus.zytor.com ([65.50.211.136]:56349 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751619AbeAYJ1S (ORCPT ); Thu, 25 Jan 2018 04:27:18 -0500 Date: Thu, 25 Jan 2018 01:25:07 -0800 From: tip-bot for Corentin Labbe Message-ID: Cc: hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, linux-kernel@vger.kernel.org, jroedel@suse.de, clabbe@baylibre.com Reply-To: tglx@linutronix.de, hpa@zytor.com, clabbe@baylibre.com, jroedel@suse.de, mingo@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <1516825754-28415-1-git-send-email-clabbe@baylibre.com> References: <1516825754-28415-1-git-send-email-clabbe@baylibre.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/cleanups] x86: Remove unused IOMMU_STRESS Kconfig Git-Commit-ID: 782bf20c2a1795f35dcd526aa8005cd1870745da X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 782bf20c2a1795f35dcd526aa8005cd1870745da Gitweb: https://git.kernel.org/tip/782bf20c2a1795f35dcd526aa8005cd1870745da Author: Corentin Labbe AuthorDate: Wed, 24 Jan 2018 20:29:14 +0000 Committer: Thomas Gleixner CommitDate: Thu, 25 Jan 2018 10:22:12 +0100 x86: Remove unused IOMMU_STRESS Kconfig Last use of IOMMU_STRESS was removed in commit 29b68415e335 ("x86: amd_iommu: move to drivers/iommu/"). 6 years later the Kconfig entry is definitely due for removal. Signed-off-by: Corentin Labbe Signed-off-by: Thomas Gleixner Acked-by: Joerg Roedel Link: https://lkml.kernel.org/r/1516825754-28415-1-git-send-email-clabbe@baylibre.com --- arch/x86/Kconfig.debug | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 6293a87..49fb85a 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