]> Git Repo - linux.git/commit
arm64: replace ZONE_DMA with ZONE_DMA32
authorChristoph Hellwig <[email protected]>
Sun, 24 Dec 2017 12:52:03 +0000 (13:52 +0100)
committerChristoph Hellwig <[email protected]>
Mon, 15 Jan 2018 08:36:01 +0000 (09:36 +0100)
commitad67f5a6545f7fda8ec11d7a81e325a398e1a90f
tree8fed727813808f9449d9c3a30d847b35222df63b
parentac2e8860cb545799ce9e6c466117c08c3a61c798
arm64: replace ZONE_DMA with ZONE_DMA32

arm64 uses ZONE_DMA for allocations below 32-bits.  These days we
name the zone for that ZONE_DMA32, which will allow to use the
dma-direct and generic swiotlb code as-is, so rename it.

Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Christian König <[email protected]>
Reviewed-by: Robin Murphy <[email protected]>
arch/arm64/Kconfig
arch/arm64/mm/dma-mapping.c
arch/arm64/mm/init.c
This page took 0.069959 seconds and 4 git commands to generate.