sched_swi -> swi_sched

This commit is contained in:
John Baldwin 2001-02-24 19:09:37 +00:00
parent f58a8b1a54
commit 505b544d52

View File

@ -691,7 +691,7 @@ free_bounce_page(bus_dma_tag_t dmat, struct bounce_page *bpage)
STAILQ_INSERT_TAIL(&bounce_map_callbacklist,
map, links);
busdma_swi_pending = 1;
sched_swi(vm_ih, SWI_NOSWITCH);
swi_sched(vm_ih, SWI_NOSWITCH);
}
}
splx(s);