Changeset 549 for GPL/trunk/lib32/irq.c
- Timestamp:
- Apr 13, 2011, 7:59:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/irq.c
r547 r549 38 38 39 39 BOOL fInInterrupt = FALSE; 40 extern BOOL fSuspended; //pci.c41 42 40 43 41 //****************************************************************************** … … 171 169 172 170 //dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq)); 173 174 if(fSuspended)175 {//If our device is suspended, then we can't receive interrupts, so it must176 //be for some other device177 //Don't pass it to the linux handler as the device doesn't respond as expected178 //when suspended179 rprintf(("Slot %d IRQ %d suspended",ulSlotNo, *pulIrq));180 return FALSE;181 }182 171 183 172 if( ulSlotNo < MAX_IRQ_SLOTS )
Note:
See TracChangeset
for help on using the changeset viewer.