]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - drivers/ide/hpt366.c
Merge branch '4.0.8-rt6'
[zynq/linux.git] / drivers / ide / hpt366.c
index 696b6c1ec940fce29de2dc41d5d91d6b860467bf..0d0a96629b73238cd6e18a498231ed9a92366945 100644 (file)
@@ -1241,7 +1241,7 @@ static int init_dma_hpt366(ide_hwif_t *hwif,
 
        dma_old = inb(base + 2);
 
-       local_irq_save(flags);
+       local_irq_save_nort(flags);
 
        dma_new = dma_old;
        pci_read_config_byte(dev, hwif->channel ? 0x4b : 0x43, &masterdma);
@@ -1252,7 +1252,7 @@ static int init_dma_hpt366(ide_hwif_t *hwif,
        if (dma_new != dma_old)
                outb(dma_new, base + 2);
 
-       local_irq_restore(flags);
+       local_irq_restore_nort(flags);
 
        printk(KERN_INFO "    %s: BM-DMA at 0x%04lx-0x%04lx\n",
                         hwif->name, base, base + 7);