taskqueue -- Register swi_taskq_mp as an MP-safe SWI.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Wed, 28 Dec 2011 01:38:12 +0000 (17:38 -0800)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Wed, 28 Dec 2011 01:38:12 +0000 (17:38 -0800)
commit625d11676512e37dcbefeae0f59e0a0fb7454bcf
tree749985c6ba4fbebc71dde3fe67a55d5e354bd20e
parentb081025cf74e580e451eaa1325d990c87684d00c
taskqueue -- Register swi_taskq_mp as an MP-safe SWI.

The swi_taskqueue for mpsafe tasks was still getting the mplock. Remove it.
There are no real users of this queue in kernel though.
sys/kern/subr_taskqueue.c