linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / sh / drivers / dma / dma-pvr2.c
index 30a580a..df60497 100644 (file)
@@ -70,7 +70,7 @@ static int pvr2_xfer_dma(struct dma_channel *chan)
 static struct irqaction pvr2_dma_irq = {
        .name           = "pvr2 DMA handler",
        .handler        = pvr2_dma_interrupt,
-       .flags          = IRQF_DISABLED,
+       .flags          = SA_INTERRUPT,
 };
 
 static struct dma_ops pvr2_dma_ops = {