linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ia64: fix build failure with CONFIG_SWIOTLB
@ 2018-02-08 19:39 Corentin Labbe
  2018-02-10  8:39 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2018-02-08 19:39 UTC (permalink / raw)
  To: fenghua.yu, tony.luck, hch, christian.koenig
  Cc: linux-ia64, linux-kernel, Corentin Labbe

arch/ia64/kernel/pci-swiotlb.c is removed in commit 4fac8076df85 ("ia64: clean up swiotlb support")
but pci-swiotlb.o is still present in Makefile, and so build fail when
CONFIG_SWIOTLB is enabled.
Fix the build failure by removing pci-swiotlb.o from makefile

Fixes: 4fac8076df85 ("ia64: clean up swiotlb support")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 arch/ia64/kernel/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile
index 0b4c65a1af25..498f3da3f225 100644
--- a/arch/ia64/kernel/Makefile
+++ b/arch/ia64/kernel/Makefile
@@ -41,7 +41,6 @@ ifneq ($(CONFIG_IA64_ESI),)
 obj-y				+= esi_stub.o	# must be in kernel proper
 endif
 obj-$(CONFIG_INTEL_IOMMU)	+= pci-dma.o
-obj-$(CONFIG_SWIOTLB)		+= pci-swiotlb.o
 
 obj-$(CONFIG_BINFMT_ELF)	+= elfcore.o
 
-- 
2.13.6

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

* Re: [PATCH] ia64: fix build failure with CONFIG_SWIOTLB
  2018-02-08 19:39 [PATCH] ia64: fix build failure with CONFIG_SWIOTLB Corentin Labbe
@ 2018-02-10  8:39 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2018-02-10  8:39 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: fenghua.yu, tony.luck, hch, christian.koenig, linux-ia64, linux-kernel

Thanks,

I'll send this along to Linus with other dma-mapping fixes.

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

end of thread, other threads:[~2018-02-10  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08 19:39 [PATCH] ia64: fix build failure with CONFIG_SWIOTLB Corentin Labbe
2018-02-10  8:39 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).