diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-09-06 18:20:59 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-09-06 18:20:59 +0000 |
| commit | ee76282ef5407cc397c2f8f4ff2a74cd8c2978b4 (patch) | |
| tree | 1ea635517711da303ca585529451f3ee0c7f3c60 /sys/dev/isp | |
| parent | f9cecca2d4c5844f3dbf339e7cc4616cc6e70cb8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index fc64147a31fbd..af93d2062e1bf 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1963,6 +1963,8 @@ isp_kthread(void *arg) #ifdef ISP_SMPLOCK mtx_lock(&isp->isp_lock); +#else + mtx_lock(&Giant); #endif /* * The first loop is for our usage where we have yet to have |
