]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: Remove assembly DMA cache maintenance wrappers
authorWill Deacon <will@kernel.org>
Fri, 10 Jun 2022 15:12:28 +0000 (16:12 +0100)
committerWill Deacon <will@kernel.org>
Tue, 5 Jul 2022 12:06:31 +0000 (13:06 +0100)
commit67ca2911d63a5cdf8e85fd438dd54e7c20b6a988
tree494c9a63a4497c850a71218fc00579e1f860d357
parent2272f2a7254b8c5e62598c296d147fdbddbf2e37
arm64: mm: Remove assembly DMA cache maintenance wrappers

Remove the __dma_{flush,map,unmap}_area assembly wrappers and call the
appropriate cache maintenance functions directly from the DMA mapping
callbacks.

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20220610151228.4562-3-will@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/cacheflush.h
arch/arm64/mm/cache.S
arch/arm64/mm/dma-mapping.c