提交 0328ac26 编写于 作者: U Uri Simchoni 提交者: Herbert Xu

crypto: mv_cesa - Invoke the user callback from a softirq context

Invoke the user callback from a softirq context
Signed-off-by: NUri Simchoni <uri@jdland.co.il>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 975d2603
......@@ -275,7 +275,9 @@ static void dequeue_complete_req(void)
sg_miter_stop(&cpg->p.dst_sg_it);
mv_crypto_algo_completion();
cpg->eng_st = ENGINE_IDLE;
local_bh_disable();
req->base.complete(&req->base, 0);
local_bh_enable();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册