From: Lee Nipper Date: Sat, 20 Dec 2008 06:09:25 +0000 (+1100) Subject: crypto: talitos - Ack done interrupt in isr instead of tasklet X-Git-Tag: v2.6.29-rc1~589^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca38a814c6f86db0aa58884a31093d4f096e20aa;p=pandora-kernel.git crypto: talitos - Ack done interrupt in isr instead of tasklet Previous commit for interrupt mitigation moved the done interrupt acknowlegement from the isr to the talitos_done tasklet. This patch moves the done interrupt acknowledgement back into the isr so that done interrupts will always be acknowledged. This covers the case for acknowledging interrupts for channel done processing that has actually already been completed by the tasklet prior to fielding a pending interrupt. Signed-off-by: Lee Nipper Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed