ixgbe: Use callout_init_mp()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 15 Aug 2012 07:44:20 +0000 (09:44 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 15 Aug 2012 07:44:20 +0000 (09:44 +0200)
commit9d1692ad24c38561d5181fff115f77f8b40b08ba
treeba018ce3fc004ae2dfc638d165d0753c039b5f2a
parent0bbb59f32a1b3fd85f0f66a9a7fae6218a267143
ixgbe: Use callout_init_mp()

* The timer callout function is mpsafe and callout_init() assumes it isn't

* Replace callout_init() by callout_init_mp() and avoid grabbing the mplock
sys/dev/netif/ixgbe/ixgbe.c