Call the DDR FIFO flush method when IP2 interrupts occur.
This commit is contained in:
parent
41426ac408
commit
569fa65ddd
@ -500,6 +500,9 @@ ar71xx_pci_intr(void *arg)
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Flush DDR FIFO for IP2 */
|
||||
ar71xx_device_ddr_flush_ip2();
|
||||
|
||||
/* TODO: frame instead of NULL? */
|
||||
intr_event_handle(event, NULL);
|
||||
mips_intrcnt_inc(sc->sc_intr_counter[irq]);
|
||||
|
Loading…
Reference in New Issue
Block a user