Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fix from Christoph Hellwig:
"Avoid compile warnings on non-default arm64 configs"

* tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping:
arm64: fix warnings without CONFIG_IOMMU_DMA

+2
+2
arch/arm64/mm/dma-mapping.c
··· 160 160 __dma_unmap_area(phys_to_virt(paddr), size, dir); 161 161 } 162 162 163 + #ifdef CONFIG_IOMMU_DMA 163 164 static int __swiotlb_get_sgtable_page(struct sg_table *sgt, 164 165 struct page *page, size_t size) 165 166 { ··· 189 188 190 189 return ret; 191 190 } 191 + #endif /* CONFIG_IOMMU_DMA */ 192 192 193 193 static int __init atomic_pool_init(void) 194 194 {