diff options
author | adrian <adrian@FreeBSD.org> | 2011-03-28 09:10:59 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-03-28 09:10:59 +0000 |
commit | 7a0750fb97d5affcab48ea27b24291eaecb31ce0 (patch) | |
tree | 211840fab88b01b0d5c3434329bf52b1b76ff791 /sys/mips | |
parent | 8fc9c08da71f399c8a0a048ddc7117947f4e4460 (diff) | |
download | FreeBSD-src-7a0750fb97d5affcab48ea27b24291eaecb31ce0.zip FreeBSD-src-7a0750fb97d5affcab48ea27b24291eaecb31ce0.tar.gz |
The previous commit didn't completely rename this to what it should be.
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/atheros/ar71xx_machdep.c | 2 |
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 */ |