summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-28 13:44:15 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:11 (GMT)
commit48226ac47904e36acf1285b748b2d7686d8d73c2 (patch)
treeb1ba657e2827ee3259a135637c3b1899588f2143 /net/core
parentf17837aa962f0479dd4d5d6dd1d151b0c58061b8 (diff)
downloadlinux-fsl-qoriq-48226ac47904e36acf1285b748b2d7686d8d73c2.tar.xz
softirq-thread-do-softirq.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 1339f77..2edfcf8 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3118,7 +3118,7 @@ int netif_rx_ni(struct sk_buff *skb)
preempt_disable();
err = netif_rx(skb);
if (local_softirq_pending())
- do_softirq();
+ thread_do_softirq();
preempt_enable();
return err;