[CRYPTO] api: Feed flag directly to crypto_yield
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 30 Jul 2006 01:53:45 +0000 (11:53 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:41:50 +0000 (11:41 +1000)
The sleeping flag used to determine whether crypto_yield can actually
yield is really a per-operation flag rather than a per-tfm flag.  This
patch changes crypto_yield to take a flag directly so that we can start
using a per-operation flag instead the tfm flag.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found