X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fblock%2Fahci.c;h=0d19dd25a3441c95d1e159dfeacacdd4a2960cc3;hb=6bed24cc62ecd8d7a96c34cf1cf3e5e093f7be62;hp=a57f674c52c69971912a8fdce1e85c33535088f5;hpb=fa31377ef0fd1096fbeab9c240582a93c4da9f6d;p=oweals%2Fu-boot.git diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index a57f674c52..0d19dd25a3 100644 --- a/drivers/block/ahci.c +++ b/drivers/block/ahci.c @@ -299,9 +299,6 @@ static int ahci_host_init(struct ahci_probe_ent *probe_ent) writel(1 << i, mmio + HOST_IRQ_STAT); - /* set irq mask (enables interrupts) */ - writel(DEF_PORT_IRQ, port_mmio + PORT_IRQ_MASK); - /* register linkup ports */ tmp = readl(port_mmio + PORT_SCR_STAT); debug("SATA port %d status: 0x%x\n", i, tmp);