mfi(4): Use callout_init_mp() for the watchdog callout.
authorSascha Wildner <saw@online.de>
Fri, 6 Jan 2012 17:26:10 +0000 (18:26 +0100)
committerSascha Wildner <saw@online.de>
Fri, 6 Jan 2012 17:26:53 +0000 (18:26 +0100)
commit45dd5c2d1b60b760a2300318b86325d8aa54a836
tree8c174e806437b1bf1c425d542385bc411c39f562
parent98900040f417a6d7a85dc0e53df7bc1bd2592b42
mfi(4): Use callout_init_mp() for the watchdog callout.

mfi_timeout() is MP safe. When porting, I missed that FreeBSD passes
CALLOUT_MPSAFE here.
sys/dev/raid/mfi/mfi.c