From: David Miller <davem@davemloft.net> Date: 2007-06-24 06:09:26
From: Shannon Nelson <redacted>
Date: Thu, 21 Jun 2007 09:34:55 -0700
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 <redacted>