diff options
Diffstat (limited to 'drivers/net/tulip')
-rw-r--r-- | drivers/net/tulip/tulip_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index 125ed00e95a5..c67c91251d04 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/drivers/net/tulip/tulip_core.c | |||
@@ -1564,7 +1564,7 @@ static int __devinit tulip_init_one (struct pci_dev *pdev, | |||
1564 | dev->dev_addr, 6); | 1564 | dev->dev_addr, 6); |
1565 | } | 1565 | } |
1566 | #endif | 1566 | #endif |
1567 | #if defined(__i386__) /* Patch up x86 BIOS bug. */ | 1567 | #if defined(__i386__) || defined(__x86_64__) /* Patch up x86 BIOS bug. */ |
1568 | if (last_irq) | 1568 | if (last_irq) |
1569 | irq = last_irq; | 1569 | irq = last_irq; |
1570 | #endif | 1570 | #endif |