]> Git Repo - linux.git/blobdiff - net/core/dev.c
MIPS: cmpxchg: Implement __cmpxchg() as a function
[linux.git] / net / core / dev.c
index 6d60149287a1868cd65fcc55a4e29edd7611def3..7243421c9783bf060dac1938fc1f2f59a4afafea 100644 (file)
@@ -5206,8 +5206,6 @@ static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock)
        if (rc == BUSY_POLL_BUDGET)
                __napi_schedule(napi);
        local_bh_enable();
-       if (local_softirq_pending())
-               do_softirq();
 }
 
 void napi_busy_loop(unsigned int napi_id,
This page took 0.03152 seconds and 4 git commands to generate.