linux/crypto/async_tx
Dan Williams d909b34759 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>
2008-02-06 10:12:17 -07:00
..
Kconfig async_tx: add the async_tx api 2007-07-13 08:06:14 -07:00
Makefile async_tx: add the async_tx api 2007-07-13 08:06:14 -07:00
async_memcpy.c async_tx: kill ASYNC_TX_ASSUME_COHERENT 2008-02-06 10:12:17 -07:00
async_memset.c async_tx: kill ASYNC_TX_ASSUME_COHERENT 2008-02-06 10:12:17 -07:00
async_tx.c async_tx: use LIST_HEAD instead of LIST_HEAD_INIT 2008-02-06 10:12:17 -07:00
async_xor.c async_tx: kill ASYNC_TX_ASSUME_COHERENT 2008-02-06 10:12:17 -07:00