[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471038887-13199-1-git-send-email-fabf@skynet.be>
Date: Fri, 12 Aug 2016 23:54:47 +0200
From: Fabian Frederick <fabf@...net.be>
To: Joerg Roedel <jroedel@...e.de>, Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org, fabf@...net.be
Subject: [PATCH 1/1 linux-next] iommu/amd: remove AMD_IOMMU_STATS
Commit e85e8f69cedb
("iommu/amd: Remove statistics code")
removed that config.
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
arch/x86/configs/x86_64_defconfig | 1 -
drivers/iommu/amd_iommu_proto.h | 4 ----
2 files changed, 5 deletions(-)
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index d28bdab..7ef4a09 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -255,7 +255,6 @@ CONFIG_RTC_CLASS=y
CONFIG_DMADEVICES=y
CONFIG_EEEPC_LAPTOP=y
CONFIG_AMD_IOMMU=y
-CONFIG_AMD_IOMMU_STATS=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_EFI_VARS=y
diff --git a/drivers/iommu/amd_iommu_proto.h b/drivers/iommu/amd_iommu_proto.h
index 0bd9eb3..697bccc 100644
--- a/drivers/iommu/amd_iommu_proto.h
+++ b/drivers/iommu/amd_iommu_proto.h
@@ -78,12 +78,8 @@ static inline int amd_iommu_create_irq_domain(struct amd_iommu *iommu)
extern int amd_iommu_complete_ppr(struct pci_dev *pdev, int pasid,
int status, int tag);
-#ifndef CONFIG_AMD_IOMMU_STATS
-
static inline void amd_iommu_stats_init(void) { }
-#endif /* !CONFIG_AMD_IOMMU_STATS */
-
static inline bool is_rd890_iommu(struct pci_dev *pdev)
{
return (pdev->vendor == PCI_VENDOR_ID_ATI) &&
--
2.8.1
Powered by blists - more mailing lists