]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make nmdm(4) use MPSAFE callouts.
authored <ed@FreeBSD.org>
Wed, 19 Nov 2008 21:07:33 +0000 (21:07 +0000)
committered <ed@FreeBSD.org>
Wed, 19 Nov 2008 21:07:33 +0000 (21:07 +0000)
commit2e069b1e20617fc380d814ebfaf55d9406c3a0f0
treeed6cc2ab49499f8333972e8387ccfe82a60d5b4a
parent9e21207c725f712a794403c91cec6e767e84a54f
Make nmdm(4) use MPSAFE callouts.

For some reason the nmdm(4) driver doesn't use CALLOUT_MPSAFE, even
though we live in the MPSAFE TTY era. Add the CALLOUT_MPSAFE flags.
System survives.
sys/dev/nmdm/nmdm.c