mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
daf4219dbc
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: Dan Williams <dan.j.williams@intel.com> |
||
---|---|---|
.. | ||
async_memcpy.c | ||
async_memset.c | ||
async_tx.c | ||
async_xor.c | ||
Kconfig | ||
Makefile |