aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2011-11-28 08:10:12 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2011-11-28 08:10:12 +0000
commite63fe86b27e81a6df8d9f963a0421fd5f60b5c8c (patch)
treec44e947194a7ae3b4e87a9b7d5c88704e4f146bb /sys/mips
parent6bfefd99ce7c721b1151fb98b460bf601dca6a9c (diff)
downloadsrc-e63fe86b27e81a6df8d9f963a0421fd5f60b5c8c.tar.gz
src-e63fe86b27e81a6df8d9f963a0421fd5f60b5c8c.zip
Fix build, fininshing r228018.
Notes
Notes: svn path=/head/; revision=228050
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 0d55c206749f..2a5422a24124 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