summaryrefslogtreecommitdiff
path: root/net/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 647ec24..402b7ce 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4445,7 +4445,9 @@ out:
softnet_break:
sd->time_squeeze++;
+#ifndef CONFIG_PREEMPT_RT_FULL
__raise_softirq_irqoff(NET_RX_SOFTIRQ);
+#endif
goto out;
}