diff options
| author | Marek Szyprowski <m.szyprowski@samsung.com> | 2025-09-12 00:04:09 +0200 |
|---|---|---|
| committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2025-09-12 00:04:09 +0200 |
| commit | b9a62320d83863c40973d548dcd379cd6390da20 (patch) | |
| tree | 5ba51bf79bf9d5bdc5b2ae8165e214f80bf74141 /kernel/dma/contiguous.c | |
| parent | swiotlb: Remove redundant __GFP_NOWARN (diff) | |
| parent | dma-debug: don't enforce dma mapping check on noncoherent allocations (diff) | |
| download | linux-b9a62320d83863c40973d548dcd379cd6390da20.tar.gz linux-b9a62320d83863c40973d548dcd379cd6390da20.zip | |
Merge tag 'dma-mapping-6.17-2025-09-09' into HEAD
dma-mapping fix for Linux 6.17
- one more fix for DMA API debugging infrastructure (Baochen Qiang)
Diffstat (limited to 'kernel/dma/contiguous.c')
| -rw-r--r-- | kernel/dma/contiguous.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/dma/contiguous.c b/kernel/dma/contiguous.c index 67af8a55185d..d9b9dcba6ff7 100644 --- a/kernel/dma/contiguous.c +++ b/kernel/dma/contiguous.c @@ -483,8 +483,6 @@ static int __init rmem_cma_setup(struct reserved_mem *rmem) pr_err("Reserved memory: unable to setup CMA region\n"); return err; } - /* Architecture specific contiguous memory fixup. */ - dma_contiguous_early_fixup(rmem->base, rmem->size); if (default_cma) dma_contiguous_default_area = cma; |
