All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
@ 2018-02-12 22:32 ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2018-02-12 22:32 UTC (permalink / raw)
  To: Tony Luck
  Cc: Fenghua Yu, linux-ia64, linux-kernel, Guenter Roeck,
	Christoph Hellwig, Christian König

Commit 4fac8076df85 ("ia64: clean up swiotlb support") removed
arch/ia64/kernel/pci-swiotlb.c but neglected to update the ia64
kernel Makefile. This results in

make[2]: *** No rule to make target 'arch/ia64/kernel/pci-swiotlb.o',
	needed by 'arch/ia64/kernel/built-in.o'.  Stop.

when trying to build ia64 images.

Fixes: 4fac8076df85 ("ia64: clean up swiotlb support")
Cc: Christoph Hellwig <hch@lst.de>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 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.7.4

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

* [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
@ 2018-02-12 22:32 ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2018-02-12 22:32 UTC (permalink / raw)
  To: Tony Luck
  Cc: Fenghua Yu, linux-ia64, linux-kernel, Guenter Roeck,
	Christoph Hellwig, Christian König

Commit 4fac8076df85 ("ia64: clean up swiotlb support") removed
arch/ia64/kernel/pci-swiotlb.c but neglected to update the ia64
kernel Makefile. This results in

make[2]: *** No rule to make target 'arch/ia64/kernel/pci-swiotlb.o',
	needed by 'arch/ia64/kernel/built-in.o'.  Stop.

when trying to build ia64 images.

Fixes: 4fac8076df85 ("ia64: clean up swiotlb support")
Cc: Christoph Hellwig <hch@lst.de>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 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.7.4


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

* Re: [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
  2018-02-12 22:32 ` Guenter Roeck
@ 2018-02-13  1:44   ` Christoph Hellwig
  -1 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2018-02-13  1:44 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Tony Luck, Fenghua Yu, linux-ia64, linux-kernel,
	Christoph Hellwig, Christian König

Thanks Guenter,

I actually got a similar report a few days ago and prepared the same
patch as part of the dma-mapping fixup series I'm about to send out:

	http://git.infradead.org/users/hch/misc.git/commitdiff/f9f787e3fe227329d27768566e925e4d94c5f517

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

* Re: [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
@ 2018-02-13  1:44   ` Christoph Hellwig
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2018-02-13  1:44 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Tony Luck, Fenghua Yu, linux-ia64, linux-kernel,
	Christoph Hellwig, Christian König

Thanks Guenter,

I actually got a similar report a few days ago and prepared the same
patch as part of the dma-mapping fixup series I'm about to send out:

	http://git.infradead.org/users/hch/misc.git/commitdiff/f9f787e3fe227329d27768566e925e4d94c5f517

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

* Re: [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
  2018-02-13  1:44   ` Christoph Hellwig
@ 2018-02-13  1:52     ` Guenter Roeck
  -1 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2018-02-13  1:52 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Tony Luck, Fenghua Yu, linux-ia64, linux-kernel, Christian König

On 02/12/2018 05:44 PM, Christoph Hellwig wrote:
> Thanks Guenter,
> 
> I actually got a similar report a few days ago and prepared the same
> patch as part of the dma-mapping fixup series I'm about to send out:
> 
> 	http://git.infradead.org/users/hch/misc.git/commitdiff/f9f787e3fe227329d27768566e925e4d94c5f517
> 
Excellent.

Guenter

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

* Re: [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile
@ 2018-02-13  1:52     ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2018-02-13  1:52 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Tony Luck, Fenghua Yu, linux-ia64, linux-kernel, Christian König

On 02/12/2018 05:44 PM, Christoph Hellwig wrote:
> Thanks Guenter,
> 
> I actually got a similar report a few days ago and prepared the same
> patch as part of the dma-mapping fixup series I'm about to send out:
> 
> 	http://git.infradead.org/users/hch/misc.git/commitdiff/f9f787e3fe227329d27768566e925e4d94c5f517
> 
Excellent.

Guenter

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

end of thread, other threads:[~2018-02-13  1:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 22:32 [PATCH] ia64: Remove pci-swiotlb.o from kernel Makefile Guenter Roeck
2018-02-12 22:32 ` Guenter Roeck
2018-02-13  1:44 ` Christoph Hellwig
2018-02-13  1:44   ` Christoph Hellwig
2018-02-13  1:52   ` Guenter Roeck
2018-02-13  1:52     ` Guenter Roeck

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.