diff options
-rw-r--r-- | drivers/ide/ide-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index a562df820777..58c5a5a98858 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -794,7 +794,7 @@ static ide_startstop_t idetape_pc_intr(ide_drive_t *drive) | |||
794 | " transferred\n", pc->xferred); | 794 | " transferred\n", pc->xferred); |
795 | 795 | ||
796 | pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS; | 796 | pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS; |
797 | local_irq_enable(); | 797 | local_irq_enable_in_hardirq(); |
798 | 798 | ||
799 | #if SIMULATE_ERRORS | 799 | #if SIMULATE_ERRORS |
800 | if ((pc->c[0] == WRITE_6 || pc->c[0] == READ_6) && | 800 | if ((pc->c[0] == WRITE_6 || pc->c[0] == READ_6) && |