Skip to content
Commit daf4219d authored by Dan Williams's avatar Dan Williams
Browse files

dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA



On HIGHMEM64G systems dma_addr_t is known to be larger than (void *)
which precludes async_xor from performing dma address conversions by
reusing the input parameter address list.  However, other parts of the
dmaengine infrastructure do not suffer this constraint, so the
HIGHMEM64G restriction can be down-levelled.

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 43a1a3ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment