summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_raid.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2008-05-02 17:02:35 +0000
committerjkim <jkim@FreeBSD.org>2008-05-02 17:02:35 +0000
commit33021af844b374f241d9210b2bbf5a451f2e19da (patch)
treeb3a924c3ef29fdf82a9d1d9444e36035c9945a0b /sys/dev/mpt/mpt_raid.c
parentb80049d8e2fa501020da494551329189357a976f (diff)
downloadFreeBSD-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.c2
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
OpenPOWER on IntegriCloud