Ignore:
Timestamp:
Apr 14, 2011, 7:32:42 PM (14 years ago)
Author:
David Azarewicz
Message:

merge interrupt fixes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/irq.c

    r548 r550  
    3838
    3939BOOL fInInterrupt = FALSE;
    40 extern BOOL fSuspended; //pci.c
    41 
    4240
    4341//******************************************************************************
     
    171169
    172170        //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 must
    176                 //be for some other device
    177                 //Don't pass it to the linux handler as the device doesn't respond as expected
    178                 //when suspended
    179                 rprintf(("Slot %d IRQ %d suspended",ulSlotNo, *pulIrq));
    180                 return FALSE;
    181         }
    182171
    183172        if( ulSlotNo < MAX_IRQ_SLOTS )
Note: See TracChangeset for help on using the changeset viewer.