]> git.ipfire.org Git - people/arne_f/kernel.git/commit
crypto: talitos - don't set done notification in hot path
authorKim Phillips <kim.phillips@freescale.com>
Fri, 15 Jul 2011 03:21:39 +0000 (11:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Jul 2011 03:21:39 +0000 (11:21 +0800)
commit602dba5a81790375f364e484cbc439f17157752e
tree6945ad8d7ceb7785a35877f3433844e472720951
parent5228f0f79e983c2b39c202c75af901ceb0003fc1
crypto: talitos - don't set done notification in hot path

IRQ done notification is always set.  Remove its explicit
assignment from the hot path by including it in the
descriptor header template assignment in talitos_cra_init.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c