diff options
author | Mark Rutland <mark.rutland@arm.com> | 2021-12-06 12:47:12 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2021-12-15 11:19:41 +0000 |
commit | c2c529b27ceb394ff4d3273ed1f552195fc4d555 (patch) | |
tree | a233fa7914f8acc7672d9f6ae73986bf53a8cf94 /Documentation | |
parent | f2cefc0c2d2a0baf5be40388371c289c41db01b9 (diff) | |
download | lwn-c2c529b27ceb394ff4d3273ed1f552195fc4d555.tar.gz lwn-c2c529b27ceb394ff4d3273ed1f552195fc4d555.zip |
arm64: remove __dma_*_area() aliases
The __dma_inv_area() and __dma_clean_area() aliases make cache.S harder
to navigate, but don't gain us anything in practice.
For clarity, let's remove them along with their redundant comments. The
only users are __dma_map_area() and __dma_unmap_area(), which need to be
position independent, and can call __pi_dcache_inval_poc() and
__pi_dcache_clean_poc() directly.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Fuad Tabba <tabba@google.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Will Deacon <will@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20211206124715.4101571-4-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions