svn commit: r228050 - head/sys/mips/atheros

Gleb Smirnoff glebius at FreeBSD.org
Mon Nov 28 08:10:12 UTC 2011


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 


More information about the svn-src-head mailing list