Changeset 429


Ignore:
Timestamp:
May 10, 2009, 7:36:49 PM (16 years ago)
Author:
stevenhl
Message:

Avoid KEE build compile error

File:
1 edited

Legend:

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

    r428 r429  
    242242                        // IRQ and PIN
    243243                        pci_read_config_dword(pcidev, PCI_INTERRUPT_LINE, &temp);
     244#ifdef ACPI
    244245                        sISRHigh[SaveIRQCounter].Pin  = (temp >> 8) & 0xf;
    245 #ifdef ACPI
    246246                        temp2 = temp3 = 0;
    247247                        rc = ACPIFindPCIDevice( (ULONG)busNr,                        // Bus
Note: See TracChangeset for help on using the changeset viewer.