Changeset 316 for GPL/branches/uniaud-2.0/lib32/irq.c
- Timestamp:
- Mar 24, 2008, 10:44:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/lib32/irq.c
r314 r316 198 198 { 199 199 fInInterrupt = TRUE; 200 #if 0 200 201 rc = pSlot->irqHandlers[u].handler(pSlot->irqNo, 201 202 pSlot->irqHandlers[u].x2, 0); 203 #else 204 rc = pSlot->irqHandlers[u].handler(pSlot->irqNo, 205 pSlot->irqHandlers[u].x2); 206 #endif 202 207 if (rc == 1) eoi_irq(pSlot->irqNo); 203 208 rc = (eoiIrq[pSlot->irqNo] > 0);
Note:
See TracChangeset
for help on using the changeset viewer.