At least schedule the other half of the interrupt handler. This code

probably still has issues, but it's one less.
This commit is contained in:
Eric Anholt 2002-05-28 09:36:49 +00:00
parent 1fcd73b6e6
commit 5a0e2c2031

View file

@ -134,6 +134,7 @@ void gamma_dma_service( DRM_OS_IRQ_ARGS)
}
clear_bit(0, &dev->dma_flag);
taskqueue_enqueue(taskqueue_swi, &dev->task);
}
}