summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/if_arge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c
index 0d55c20..2a5422a 100644
--- a/sys/mips/atheros/if_arge.c
+++ b/sys/mips/atheros/if_arge.c
@@ -192,9 +192,9 @@ static void
arge_flush_ddr(struct arge_softc *sc)
{
if (sc->arge_mac_unit == 0)
- ar71xx_device_flush_ddr_ge0();
+ ar71xx_device_flush_ddr_ge(0);
else
- ar71xx_device_flush_ddr_ge1();
+ ar71xx_device_flush_ddr_ge(1);
}
static int
OpenPOWER on IntegriCloud