diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2018-05-18 20:13:34 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2018-05-18 20:13:34 +0000 |
| commit | d7c5a620e2b99e914f1770abde956cf0d0a970b7 (patch) | |
| tree | 8cd8d29e586af6f852b26600a52970c0d78ed7c5 /sys/powerpc/pseries | |
| parent | 24ddd0ec9c006d1d58dd00733e57569729922e66 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/pseries')
| -rw-r--r-- | sys/powerpc/pseries/phyp_llan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index 134d56622b166..b21515e1d3da0 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -509,7 +509,7 @@ llan_set_multicast(struct llan_softc *sc) phyp_hcall(H_MULTICAST_CTRL, sc->unit, LLAN_CLEAR_MULTICAST, 0); if_maddr_rlock(ifp); - TAILQ_FOREACH(inm, &ifp->if_multiaddrs, ifma_link) { + CK_STAILQ_FOREACH(inm, &ifp->if_multiaddrs, ifma_link) { if (inm->ifma_addr->sa_family != AF_LINK) continue; |
