Date: Fri, 16 May 2008 10:11:16 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c src/sys/dev/mfi mfi.c src/sys/dev/sound/midi mpu401.c src/sys/dev/usb if_aue.c src/sys/netgraph/netflow ng_netflow.c Message-ID: <200805161011.m4GABGDq084404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2008-05-16 10:11:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/ieee488 ibfoo.c
sys/dev/mfi mfi.c
sys/dev/sound/midi mpu401.c
sys/dev/usb if_aue.c
sys/netgraph/netflow ng_netflow.c
Log:
MFC:
Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for
better grep-compliance and to standardize with the rest of the kernel.
Revision Changes Path
1.5.12.1 +1 -1 src/sys/dev/ieee488/ibfoo.c
1.33.2.2 +1 -1 src/sys/dev/mfi/mfi.c
1.3.2.1 +1 -1 src/sys/dev/sound/midi/mpu401.c
1.117.2.1 +1 -1 src/sys/dev/usb/if_aue.c
1.14.2.3 +1 -1 src/sys/netgraph/netflow/ng_netflow.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805161011.m4GABGDq084404>
