commit | 1f4e4773761d0aa622411469b54d6570005a66b1 | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <sebastian@breakpoint.cc> | Sun Oct 21 16:18:12 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:05 2008 +1100 |
tree | 9823633e791570d01a6711d69f0d8a6167b1c629 | |
parent | 2d506d4fa1df18aa9505820722f834426edc907f [diff] |
[CRYPTO] geode: relax in busy loop and care about return value The code waits in a busy loop until the hardware finishes the encryption or decryption process. This wants a cpu_relax() :) The busy loop finishes either if the encryption is done or if the counter is zero. If the latter is true than the hardware failed. Since this should not happen, leave sith a BUG(). Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>