Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2023 20:19:47 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ca062b4d291f - main - mwl: Remove stale reference to splnet/splvm.
Message-ID:  <202310272019.39RKJl9Z061568@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit ca062b4d291f434f4eef02df59691d3dd50db5aa
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-10-27 20:10:46 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310272019.39RKJl9Z061568>