diff options
| -rw-r--r-- | sys/dev/aac/aac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 8a1679472d074..dd50a5c52f833 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -751,12 +751,10 @@ aac_command_thread(struct aac_softc *sc) /* See if any FIBs need to be allocated */ if ((sc->aifflags & AAC_AIFFLAGS_ALLOCFIBS) != 0) { - mtx_lock(&Giant); AAC_LOCK_ACQUIRE(&sc->aac_io_lock); aac_alloc_commands(sc); sc->aifflags &= ~AAC_AIFFLAGS_ALLOCFIBS; AAC_LOCK_RELEASE(&sc->aac_io_lock); - mtx_unlock(&Giant); } /* While we're here, check to see if any commands are stuck */ |
