summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-28 09:10:59 +0000
committeradrian <adrian@FreeBSD.org>2011-03-28 09:10:59 +0000
commit7a0750fb97d5affcab48ea27b24291eaecb31ce0 (patch)
tree211840fab88b01b0d5c3434329bf52b1b76ff791
parent8fc9c08da71f399c8a0a048ddc7117947f4e4460 (diff)
downloadFreeBSD-src-7a0750fb97d5affcab48ea27b24291eaecb31ce0.zip
FreeBSD-src-7a0750fb97d5affcab48ea27b24291eaecb31ce0.tar.gz
The previous commit didn't completely rename this to what it should be.
-rw-r--r--sys/mips/atheros/ar71xx_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/ar71xx_machdep.c b/sys/mips/atheros/ar71xx_machdep.c
index 5e84e8c..60e28a4 100644
--- a/sys/mips/atheros/ar71xx_machdep.c
+++ b/sys/mips/atheros/ar71xx_machdep.c
@@ -217,7 +217,7 @@ platform_start(__register_t a0 __unused, __register_t a1 __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 */
OpenPOWER on IntegriCloud