The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ca062b4d291f434f4eef02df59691d3dd50db5aa

commit ca062b4d291f434f4eef02df59691d3dd50db5aa
Author:     Warner Losh <[email protected]>
AuthorDate: 2023-10-27 20:10:46 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-10-27 20:10:46 +0000

    mwl: Remove stale reference to splnet/splvm.
    
    Sponsored by:           Netflix
---
 sys/dev/mwl/if_mwl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c
index 2bffff0bf8b8..95655aa33e2f 100644
--- a/sys/dev/mwl/if_mwl.c
+++ b/sys/dev/mwl/if_mwl.c
@@ -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;

Reply via email to