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/amr/amr.c | |
| parent | 13f9c3024f92dea14d1e7c1f58d132c3e460bb5f (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr/amr.c')
| -rw-r--r-- | sys/dev/amr/amr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 6d11bec10576..bf81df399572 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -1370,7 +1370,7 @@ amr_done(struct amr_softc *sc) /* handle completion and timeouts */ #if __FreeBSD_version >= 500005 if (sc->amr_state & AMR_STATE_INTEN) - taskqueue_enqueue(taskqueue_swi, &sc->amr_task_complete); + taskqueue_enqueue(taskqueue_swi_giant, &sc->amr_task_complete); else #endif amr_complete(sc, 0); |
