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

Adrian Chadd adrian at FreeBSD.org
Mon Mar 28 09:11:00 UTC 2011


Author: adrian
Date: Mon Mar 28 09:10:59 2011
New Revision: 220096
URL: http://svn.freebsd.org/changeset/base/220096

Log:
  The previous commit didn't completely rename this to what it should be.

Modified:
  head/sys/mips/atheros/ar71xx_machdep.c

Modified: head/sys/mips/atheros/ar71xx_machdep.c
==============================================================================
--- head/sys/mips/atheros/ar71xx_machdep.c	Mon Mar 28 09:05:43 2011	(r220095)
+++ head/sys/mips/atheros/ar71xx_machdep.c	Mon Mar 28 09:10:59 2011	(r220096)
@@ -217,7 +217,7 @@ platform_start(__register_t a0 __unused,
 	 * but in fact there's 32mb.
 	 */
 #if	defined(AR71XX_REALMEM)
-		realmem = btoc(MIPS_REALMEM);
+		realmem = btoc(AR71XX_REALMEM);
 #endif
 
 	/* phys_avail regions are in bytes */


More information about the svn-src-all mailing list