Changeset 549 for GPL/trunk/lib32/irq.c


Ignore:
Timestamp:
Apr 13, 2011, 7:59:35 PM (14 years ago)
Author:
David Azarewicz
Message:

Fixes for changin interrupts in APIC mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/irq.c

    r547 r549  
    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.