diff options
| -rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 201878db9853..e5a87037af19 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -1836,7 +1836,6 @@ static void net_rx_action(struct softirq_action *h) int budget = netdev_max_backlog; - preempt_disable(); local_irq_disable(); while (!list_empty(&queue->poll_list)) { @@ -1865,7 +1864,6 @@ static void net_rx_action(struct softirq_action *h) } out: local_irq_enable(); - preempt_enable(); return; softnet_break: |
