mwl: Remove stale reference to splnet/splvm.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-10-27 14:10:46 -06:00
parent 538f8bdc8b
commit ca062b4d29

View file

@ -2529,7 +2529,6 @@ mwl_ext_free(struct mbuf *m)
/*
* If we were previously blocked by a lack of rx dma buffers
* check if we now have enough to restart rx interrupt handling.
* NB: we know we are called at splvm which is above splnet.
*/
if (sc->sc_rxblocked && sc->sc_nrxfree > mwl_rxdmalow) {
sc->sc_rxblocked = 0;