Call the DDR FIFO flush method when IP2 interrupts occur.

This commit is contained in:
Adrian Chadd 2011-04-30 11:56:04 +00:00
parent 41426ac408
commit 569fa65ddd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221256

View File

@ -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]);