mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Added a couple more missing FXP_SPLVAR()'s.
This commit is contained in:
parent
b184b38e2b
commit
7d854d93af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66011
@ -1056,6 +1056,7 @@ fxp_start(ifp)
|
||||
{
|
||||
struct fxp_softc *sc = ifp->if_softc;
|
||||
struct fxp_cb_tx *txp;
|
||||
FXP_SPLVAR(s)
|
||||
|
||||
#if !defined(__NetBSD__)
|
||||
FXP_LOCK(sc, s);
|
||||
@ -1456,6 +1457,7 @@ fxp_stop(sc)
|
||||
struct ifnet *ifp = &sc->sc_if;
|
||||
struct fxp_cb_tx *txp;
|
||||
int i;
|
||||
FXP_SPLVAR(s)
|
||||
|
||||
#if !defined(__NetBSD__)
|
||||
FXP_LOCK(sc, s);
|
||||
|
@ -1056,6 +1056,7 @@ fxp_start(ifp)
|
||||
{
|
||||
struct fxp_softc *sc = ifp->if_softc;
|
||||
struct fxp_cb_tx *txp;
|
||||
FXP_SPLVAR(s)
|
||||
|
||||
#if !defined(__NetBSD__)
|
||||
FXP_LOCK(sc, s);
|
||||
@ -1456,6 +1457,7 @@ fxp_stop(sc)
|
||||
struct ifnet *ifp = &sc->sc_if;
|
||||
struct fxp_cb_tx *txp;
|
||||
int i;
|
||||
FXP_SPLVAR(s)
|
||||
|
||||
#if !defined(__NetBSD__)
|
||||
FXP_LOCK(sc, s);
|
||||
|
Loading…
Reference in New Issue
Block a user