diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-25 16:17:08 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-25 16:17:08 -0500 |
commit | f1ca6d37f991347b87d86430db42e2ab139d1b1d (patch) | |
tree | 2d18b6a9098a8a4c10f746d7ddc43dcf8e587728 /drivers/ide/ide-iops.c | |
parent | 7b5da4be3718c6b4cd771fb82e3e481b04790f0e (diff) |
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
We can safely remove CONFIG_IDEPCI_SHARE_IRQ and always support
PCI IRQ sharing.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-iops.c')
-rw-r--r-- | drivers/ide/ide-iops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 4aac1cc7101d..6a6d1c188030 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c | |||
@@ -449,7 +449,6 @@ int drive_is_ready (ide_drive_t *drive) | |||
449 | udelay(1); | 449 | udelay(1); |
450 | #endif | 450 | #endif |
451 | 451 | ||
452 | #ifdef CONFIG_IDEPCI_SHARE_IRQ | ||
453 | /* | 452 | /* |
454 | * We do a passive status test under shared PCI interrupts on | 453 | * We do a passive status test under shared PCI interrupts on |
455 | * cards that truly share the ATA side interrupt, but may also share | 454 | * cards that truly share the ATA side interrupt, but may also share |
@@ -459,7 +458,6 @@ int drive_is_ready (ide_drive_t *drive) | |||
459 | if (IDE_CONTROL_REG) | 458 | if (IDE_CONTROL_REG) |
460 | stat = hwif->INB(IDE_ALTSTATUS_REG); | 459 | stat = hwif->INB(IDE_ALTSTATUS_REG); |
461 | else | 460 | else |
462 | #endif /* CONFIG_IDEPCI_SHARE_IRQ */ | ||
463 | /* Note: this may clear a pending IRQ!! */ | 461 | /* Note: this may clear a pending IRQ!! */ |
464 | stat = hwif->INB(IDE_STATUS_REG); | 462 | stat = hwif->INB(IDE_STATUS_REG); |
465 | 463 | ||