|
|
@@ -68,12 +68,12 @@ static struct acpi_scan_handler pci_link_handler = {
|
|
|
* later even the link is disable. Instead, we just repick the active irq
|
|
|
*/
|
|
|
struct acpi_pci_link_irq {
|
|
|
- u8 active; /* Current IRQ */
|
|
|
+ u32 active; /* Current IRQ */
|
|
|
u8 triggering; /* All IRQs */
|
|
|
u8 polarity; /* All IRQs */
|
|
|
u8 resource_type;
|
|
|
u8 possible_count;
|
|
|
- u8 possible[ACPI_PCI_LINK_MAX_POSSIBLE];
|
|
|
+ u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE];
|
|
|
u8 initialized:1;
|
|
|
u8 reserved:7;
|
|
|
};
|