[PATCH] crypto: talitos - ack done interrupt in isr instead of tasklet

2008-12-18 Thread Lee Nipper
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

Re: [PATCH] crypto: talitos - ack done interrupt in isr instead of tasklet

2008-12-19 Thread Herbert Xu
On Thu, Dec 18, 2008 at 06:35:05PM +, Lee Nipper wrote: > 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