fix interrupt reenabling with rtai-adeos
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 7 Jul 2004 22:11:43 +0000 (22:11 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 7 Jul 2004 22:11:43 +0000 (22:11 +0000)
comedi/rt.c

index e048bba3a2ebfa09d6a86963ede7824316c0ba6a..570601515a9513f01edddc6ba65a70244cc48f52 100644 (file)
@@ -273,6 +273,7 @@ static void handle_void_irq(int irq)
                if( it == NULL ) continue;
                it->handler( irq, it->dev_id, NULL );
        }
+       rt_enable_irq(irq);     //needed by rtai-adeos, seems like it shouldn't hurt earlier versions
 }
 
 DECLARE_VOID_IRQ(0);