async_tx: kill ASYNC_TX_ASSUME_COHERENT
Remove the unused ASYNC_TX_ASSUME_COHERENT flag. Async_tx is meant to hide the difference between asynchronous hardware and synchronous software operations, this flag requires clients to understand cache coherency consequences of the async path. Signed-off-by:Dan Williams <dan.j.williams@intel.com> Reviewed-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
Showing
- crypto/async_tx/async_memcpy.c 5 additions, 10 deletionscrypto/async_tx/async_memcpy.c
- crypto/async_tx/async_memset.c 3 additions, 5 deletionscrypto/async_tx/async_memset.c
- crypto/async_tx/async_xor.c 6 additions, 16 deletionscrypto/async_tx/async_xor.c
- include/linux/async_tx.h 0 additions, 2 deletionsinclude/linux/async_tx.h
Loading
Please register or sign in to comment