diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-03-05 22:42:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-05 22:42:17 +0000 |
| commit | 6074439965095d5265de872bb966a1a743edb724 (patch) | |
| tree | 0cb8679f9d812640e447455f4abf4169ae910cac /sys/dev/utopia/utopia.c | |
| parent | 12dd6da62c8dcd06a0b3c408c81b25edcbb3bf9e (diff) | |
Notes
Diffstat (limited to 'sys/dev/utopia/utopia.c')
| -rw-r--r-- | sys/dev/utopia/utopia.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c index 2d84c713e777..447b980bbe2b 100644 --- a/sys/dev/utopia/utopia.c +++ b/sys/dev/utopia/utopia.c @@ -1512,7 +1512,6 @@ utopia_daemon(void *arg __unused) } wakeup_one(&utopia_list); UTP_RUNLOCK_LIST(); - mtx_lock(&Giant); kthread_exit(0); } |
