diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-02-26 03:15:42 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-02-26 03:15:42 +0000 |
| commit | 7874f606d5cefa443c96bc218d76d696db6f1a69 (patch) | |
| tree | ad64b7fff0868ef683f7e5764838fab2d311b965 /sys/dev/aac | |
| parent | 13f9c3024f92dea14d1e7c1f58d132c3e460bb5f (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 49cef3875cc5..904c0969e9ef 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -660,7 +660,7 @@ aac_intr(void *arg) /* It's not ok to return here because of races with the previous step */ if (reason & AAC_DB_RESPONSE_READY) /* handle completion processing */ - taskqueue_enqueue(taskqueue_swi, &sc->aac_task_complete); + taskqueue_enqueue(taskqueue_swi_giant, &sc->aac_task_complete); /* controller wants to talk to the log */ if (reason & AAC_DB_PRINTF) { |
