aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-07-15 15:21:53 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-07-15 15:21:53 -0400
commit87429bdc2e0701fa33a455297de01e79797b4210 (patch)
treecb301abc3b2c08cf1ff1c8fdbc5da5f51ea11ce6 /drivers/ide
parent43a2b5b29385a3e0997a47c86f286d3645e5cb44 (diff)
ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq()
Cc: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/ide-tape.c2
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) &&