Changeset 577 for GPL/trunk/lib32


Ignore:
Timestamp:
Sep 18, 2013, 8:42:17 PM (12 years ago)
Author:
David Azarewicz
Message:

fix build scripts

Location:
GPL/trunk/lib32
Files:
2 edited

Legend:

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

    r551 r577  
    8383
    8484        if ( pSlot ) {
    85                 hRes = NULL;
     85                hRes = 0;
    8686                if (RMRequestIRQ(irq, (ulSharedFlag & SA_SHIRQ) != 0, &hRes) == FALSE) {
    8787                        rprintf(("RMRequestIRQ failed for irq %d", irq));
     
    129129                                        pSlot->irqNo = 0;
    130130                                        RMDeallocateIRQ(pSlot->hRes);
    131                                         pSlot->hRes = NULL;
     131                                        pSlot->hRes = 0;
    132132                                        // pSlot->fEOI = 0;
    133133                                }
  • GPL/trunk/lib32/pci.c

    r549 r577  
    972972}
    973973
     974#ifdef ACPI
    974975void PciAdjustInterrupts() {
    975976        int i;
     
    9991000        } /* for loop */
    10001001}
     1002#endif
Note: See TracChangeset for help on using the changeset viewer.