kernel - Split an assertion in the sysref code to make it MPSAFE
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 21 Dec 2009 16:13:47 +0000 (08:13 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 21 Dec 2009 16:13:47 +0000 (08:13 -0800)
commit63f45d59903c50ca3910880e99d626efca123543
tree082b4d5338404f7f55eb241d68588a6eb1a41982
parentaba6320e0e198b7e83e2321372159a7397a55b38
kernel - Split an assertion in the sysref code to make it MPSAFE

* An assertion in the sysref code was not MPSAFE.  Test SRF_ALLOCATED
  after we have determined that the object is completely free.
sys/kern/kern_sysref.c