Author: glebius
Date: Mon Nov 28 08:10:12 2011
New Revision: 228050
URL: http://svn.freebsd.org/changeset/base/228050
Log:
Fix build, fininshing r228018.
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
==============================================================================
--- head/sys/mips/atheros/if_arge.c Mon Nov 28 07:09:29 2011
(r228049)
+++ head/sys/mips/atheros/if_arge.c Mon Nov 28 08:10:12 2011
(r228050)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"