diff options
author | Catalin Marinas <[email protected]> | 2024-08-11 10:09:35 +0300 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2024-08-22 06:18:00 +0200 |
commit | ba0fb44aed47693cc2482427f63ba6cd19051327 (patch) | |
tree | 621c630705defd780fbeac9b9b103f3c80264c23 /lib/crypto/mpi/mpi-sub-ui.c | |
parent | fa3c109a6d302b56437a6412c5f3044c3e12de03 (diff) |
dma-mapping: replace zone_dma_bits by zone_dma_limit
The hardware DMA limit might not be power of 2. When RAM range starts
above 0, say 4GB, DMA limit of 30 bits should end at 5GB. A single high
bit can not encode this limit.
Use a plain address for the DMA zone limit instead.
Since the DMA zone can now potentially span beyond 4GB physical limit of
DMA32, make sure to use DMA zone for GFP_DMA32 allocations in that case.
Signed-off-by: Catalin Marinas <[email protected]>
Co-developed-by: Baruch Siach <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Reviewed-by: Petr Tesarik <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions