From: Paul M. <le...@us...> - 2001-11-06 00:31:23
|
Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477 In directory usw-pr-cvs1:/tmp/cvs-serv388/arch/mips/ddb5xxx/ddb5477 Modified Files: irq_5477.c Log Message: Sync with OSS 2.4.11. Index: irq_5477.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477/irq_5477.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- irq_5477.c 2001/10/11 20:45:26 1.2 +++ irq_5477.c 2001/11/06 00:30:42 1.3 @@ -85,6 +85,7 @@ db_assert(irq >= vrc5477_irq_base); db_assert(irq < vrc5477_irq_base + NUM_5477_IRQ); + if(!(irq_desc[irq].status & (IRQ_DISABLED | IRQ_INPROGRESS))) ll_vrc5477_irq_enable( irq - vrc5477_irq_base); } |