async_tx: kill ASYNC_TX_ASSUME_COHERENT
authorDan Williams <dan.j.williams@intel.com>
Sun, 3 Feb 2008 02:30:14 +0000 (19:30 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 6 Feb 2008 17:12:17 +0000 (10:12 -0700)
commitd909b347591a23c5a2c324fbccd4c9c966f31c67
tree1092bfdc2722eed041a29752a62836366855c30a
parente73ef9acfd30f36bf7c60237ecffe7bbca8068d6
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>
crypto/async_tx/async_memcpy.c
crypto/async_tx/async_memset.c
crypto/async_tx/async_xor.c
include/linux/async_tx.h