mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 12:49:08 +00:00
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>
This commit is contained in:
parent
43a2b5b293
commit
87429bdc2e
@ -794,7 +794,7 @@ static ide_startstop_t idetape_pc_intr(ide_drive_t *drive)
|
||||
" transferred\n", pc->xferred);
|
||||
|
||||
pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS;
|
||||
local_irq_enable();
|
||||
local_irq_enable_in_hardirq();
|
||||
|
||||
#if SIMULATE_ERRORS
|
||||
if ((pc->c[0] == WRITE_6 || pc->c[0] == READ_6) &&
|
||||
|
Loading…
Reference in New Issue
Block a user