summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-14 10:55:26 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-14 10:55:26 +0200
commiteb7e27d6e498a98be39897ff84f254bcabae4a74 (patch)
tree9eecbc7c4204fa6bb65db892555d54cdb3b51b5f /crypto
parentbc49e2f53089b10b60b453dfb2ecb9ee39623106 (diff)
parent2119046cd503c4ed09fbac2b3c2b6f0ede890fed (diff)
downloadlinux-crypto-eb7e27d6e498a98be39897ff84f254bcabae4a74.tar.gz
linux-crypto-eb7e27d6e498a98be39897ff84f254bcabae4a74.zip
Merge commit 'v2.6.27-rc3' into x86/xsave
Conflicts: arch/x86/kernel/genapic_64.c include/asm-x86/kvm_host.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/async_tx/async_xor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c
index 65974c6d..c029d3eb 100644
--- a/crypto/async_tx/async_xor.c
+++ b/crypto/async_tx/async_xor.c
@@ -263,11 +263,12 @@ async_xor_zero_sum(struct page *dest, struct page **src_list,
if (unlikely(!tx)) {
async_tx_quiesce(&depend_tx);
- while (!tx)
+ while (!tx) {
dma_async_issue_pending(chan);
tx = device->device_prep_dma_zero_sum(chan,
dma_src, src_cnt, len, result,
dma_prep_flags);
+ }
}
async_tx_submit(chan, tx, flags, depend_tx, cb_fn, cb_param);