From: Shannon Nelson Date: Sun, 24 Jun 2007 06:09:23 +0000 (-0700) Subject: [NET]: Re-enable irqs before pushing pending DMA requests X-Git-Tag: v2.6.22-rc6~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=515e06c4556bd8388db6b2bb2cd8859126932946;p=pandora-kernel.git [NET]: Re-enable irqs before pushing pending DMA requests This moves the local_irq_enable() call in net_rx_action() to before calling the CONFIG_NET_DMA's dma_async_memcpy_issue_pending() rather than after. This shortens the irq disabled window and allows for DMA drivers that need to do their own irq hold. Signed-off-by: Shannon Nelson Signed-off-by: David S. Miller --- Reading git-diff-tree failed