diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-07-05 19:34:06 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-07-05 19:34:06 +0000 |
commit | 36751bc5d26e78b815284c2d45b767978c357e54 (patch) | |
tree | c4bc242c968f912a81a1f7ec3408b8cccd91ab74 | |
parent | f71125025edae05fa81fb67eabe1bfadd82de1c7 (diff) | |
download | FreeBSD-src-36751bc5d26e78b815284c2d45b767978c357e54.zip FreeBSD-src-36751bc5d26e78b815284c2d45b767978c357e54.tar.gz |
Oops- missed a CAMLOCK_2_ISP case.
-rw-r--r-- | sys/dev/isp/isp_freebsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index e18ce02..8b54fcb 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -155,6 +155,7 @@ isp_attach(struct ispsoftc *isp) isp_prt(isp, ISP_LOGERR, "could not create kthread"); return; } + CAMLOCK_2_ISPLOCK(isp); } |