diff options
author | jkim <jkim@FreeBSD.org> | 2008-05-02 17:02:35 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2008-05-02 17:02:35 +0000 |
commit | 33021af844b374f241d9210b2bbf5a451f2e19da (patch) | |
tree | b3a924c3ef29fdf82a9d1d9444e36035c9945a0b /sys/dev/mpt/mpt_raid.c | |
parent | b80049d8e2fa501020da494551329189357a976f (diff) | |
download | FreeBSD-src-33021af844b374f241d9210b2bbf5a451f2e19da.zip FreeBSD-src-33021af844b374f241d9210b2bbf5a451f2e19da.tar.gz |
Restore multi-release tradition of the driver.
Reviewed by: mjacob
Diffstat (limited to 'sys/dev/mpt/mpt_raid.c')
-rw-r--r-- | sys/dev/mpt/mpt_raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index ab85122..2b7c129 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -722,7 +722,7 @@ mpt_raid_thread(void *arg) mpt->raid_thread = NULL; wakeup(&mpt->raid_thread); MPT_UNLOCK(mpt); - kproc_exit(0); + mpt_kthread_exit(0); } #if 0 |