dma-mapping: fix filename references
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 19 Jun 2019 14:19:55 +0000 (17:19 +0300)
committerChristoph Hellwig <hch@lst.de>
Tue, 3 Sep 2019 06:36:30 +0000 (08:36 +0200)
After commit cf65a0f6f6ff ("dma-mapping: move all DMA mapping code to
kernel/dma") some of the files are referring to outdated information,
i.e. old file names of DMA mapping sources. Fix it here.

Note, the lines with "Glue code for..." have been removed completely.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Documentation/x86/x86_64/boot-options.rst
arch/ia64/kernel/setup.c
arch/x86/kernel/pci-swiotlb.c
arch/x86/kernel/setup.c
arch/x86/pci/sta2x11-fixup.c

index 6a4285a3c7a451bcd9c7736ddac760f9a6e52147..2b98efb5ba7fbe9b3ed7b2010feb97aa18afc7e4 100644 (file)
@@ -230,7 +230,7 @@ IOMMU (input/output memory management unit)
 ===========================================
 Multiple x86-64 PCI-DMA mapping implementations exist, for example:
 
-   1. <lib/dma-direct.c>: use no hardware/software IOMMU at all
+   1. <kernel/dma/direct.c>: use no hardware/software IOMMU at all
       (e.g. because you have < 3 GB memory).
       Kernel boot message: "PCI-DMA: Disabling IOMMU"
 
index c9cfa760cd57bfc4c00ce275708e6723422d9769..ab8d25d3e358b4e5e355f9b4c4b8993d3edffe71 100644 (file)
@@ -256,7 +256,7 @@ __initcall(register_memory);
  * This function checks if the reserved crashkernel is allowed on the specific
  * IA64 machine flavour. Machines without an IO TLB use swiotlb and require
  * some memory below 4 GB (i.e. in 32 bit area), see the implementation of
- * lib/swiotlb.c. The hpzx1 architecture has an IO TLB but cannot use that
+ * kernel/dma/swiotlb.c. The hpzx1 architecture has an IO TLB but cannot use that
  * in kdump case. See the comment in sba_init() in sba_iommu.c.
  *
  * So, the only machvec that really supports loading the kdump kernel
index 5f5302028a9af0734c2bdc125414a0b98af073da..c2cfa5e7c152a4d3a9a5a059f8602d003a4287b1 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-/* Glue code to lib/swiotlb.c */
 
 #include <linux/pci.h>
 #include <linux/cache.h>
index bbe35bf879f57e1af06a9105ce7d3f31cbc3f895..77ea96b794bd13ac285977afc3b8e234187ef996 100644 (file)
@@ -486,7 +486,7 @@ static int __init reserve_crashkernel_low(void)
        ret = parse_crashkernel_low(boot_command_line, total_low_mem, &low_size, &base);
        if (ret) {
                /*
-                * two parts from lib/swiotlb.c:
+                * two parts from kernel/dma/swiotlb.c:
                 * -swiotlb size: user-specified with swiotlb= or default.
                 *
                 * -swiotlb overflow buffer: now hardcoded to 32k. We round it
index 97bbc12dd6b2ca0380f773ca09fec81549aba522..6269a175385d463a6432c440baf61b7fc19cbe3b 100644 (file)
@@ -1,8 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * arch/x86/pci/sta2x11-fixup.c
- * glue code for lib/swiotlb.c and DMA translation between STA2x11
- * AMBA memory mapping and the X86 memory mapping
+ * DMA translation between STA2x11 AMBA memory mapping and the x86 memory mapping
  *
  * ST Microelectronics ConneXt (STA2X11/STA2X10)
  *