Keep condvar wmesg within 8 char limit
This commit is contained in:
parent
8be3483a20
commit
5ef3a6df9b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_agr.c,v 1.28 2010/05/26 23:46:44 dyoung Exp $ */
|
||||
/* $NetBSD: if_agr.c,v 1.29 2010/08/11 11:47:29 pgoyette Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c)2005 YAMAMOTO Takashi,
|
||||
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_agr.c,v 1.28 2010/05/26 23:46:44 dyoung Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_agr.c,v 1.29 2010/08/11 11:47:29 pgoyette Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
|
||||
@ -326,7 +326,7 @@ agr_clone_create(struct if_clone *ifc, int unit)
|
||||
TAILQ_INIT(&sc->sc_ports);
|
||||
mutex_init(&sc->sc_lock, MUTEX_DEFAULT, IPL_NET);
|
||||
mutex_init(&sc->sc_entry_mtx, MUTEX_DEFAULT, IPL_NONE);
|
||||
cv_init(&sc->sc_insc_cv, "agr_softc");
|
||||
cv_init(&sc->sc_insc_cv, "agrsoftc");
|
||||
cv_init(&sc->sc_ports_cv, "agrports");
|
||||
agrtimer_init(sc);
|
||||
ifp = &sc->sc_if;
|
||||
|
Loading…
Reference in New Issue
Block a user