All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 linux-next] iommu/amd: remove AMD_IOMMU_STATS
@ 2016-08-22 19:11 Fabian Frederick
  2016-09-05 10:42 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2016-08-22 19:11 UTC (permalink / raw)
  To: Joerg Roedel, Ingo Molnar; +Cc: linux-kernel, fabf

Commit e85e8f69cedb ("iommu/amd: Remove statistics code")
removed that configuration.

Also remove function definition (suggested by Joerg Roedel)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
V2: Remove function definition.

 arch/x86/configs/x86_64_defconfig | 1 -
 drivers/iommu/amd_iommu_proto.h   | 6 ------
 2 files changed, 7 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..a1f3346 100644
--- a/drivers/iommu/amd_iommu_proto.h
+++ b/drivers/iommu/amd_iommu_proto.h
@@ -78,12 +78,6 @@ 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2 linux-next] iommu/amd: remove AMD_IOMMU_STATS
  2016-08-22 19:11 [PATCH V2 linux-next] iommu/amd: remove AMD_IOMMU_STATS Fabian Frederick
@ 2016-09-05 10:42 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2016-09-05 10:42 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: Ingo Molnar, linux-kernel

On Mon, Aug 22, 2016 at 09:11:31PM +0200, Fabian Frederick wrote:
> Commit e85e8f69cedb ("iommu/amd: Remove statistics code")
> removed that configuration.
> 
> Also remove function definition (suggested by Joerg Roedel)
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
> V2: Remove function definition.
> 
>  arch/x86/configs/x86_64_defconfig | 1 -
>  drivers/iommu/amd_iommu_proto.h   | 6 ------
>  2 files changed, 7 deletions(-)

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-05 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 19:11 [PATCH V2 linux-next] iommu/amd: remove AMD_IOMMU_STATS Fabian Frederick
2016-09-05 10:42 ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.