commit | d909b347591a23c5a2c324fbccd4c9c966f31c67 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sat Feb 02 19:30:14 2008 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Feb 06 10:12:17 2008 -0700 |
tree | 1092bfdc2722eed041a29752a62836366855c30a | |
parent | e73ef9acfd30f36bf7c60237ecffe7bbca8068d6 [diff] |
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>