summaryrefslogtreecommitdiffstats
path: root/arch/mips/arc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-03 18:15:24 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-03 18:15:24 +0000
commit77284600088de16f922b259a71718c919044d61f (patch)
tree9ca93f100754e82f0f989d7d0ce30ae0e8da2869 /arch/mips/arc
parent5ffede5ab53ed46d1fe59f902062ba06bde59bbd (diff)
Re-commit 2nd set of memory map patches from Maciej.
Diffstat (limited to 'arch/mips/arc')
-rw-r--r--arch/mips/arc/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/arc/memory.c b/arch/mips/arc/memory.c
index 73b692e1d..26de3028b 100644
--- a/arch/mips/arc/memory.c
+++ b/arch/mips/arc/memory.c
@@ -124,7 +124,7 @@ void __init prom_meminit(void)
size = p->pages << PAGE_SHIFT;
type = prom_memtype_classify(p->type);
- add_memory_region(base, pages, type);
+ add_memory_region(base, size, type);
}
}