diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-02-19 08:27:41 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:37 -0400 |
commit | 1ba582a1285d534928d68c9d67d8fb63da9abbd1 (patch) | |
tree | b614aeede7c2f44261ea6e5044ea62e767c9b617 /arch/mips/sgi-ip32 | |
parent | d8f5d861789ff23b5d87c081f458aaa7f3c6cdcd (diff) |
O2 doesn't have _that_ much RAM.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip32')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip32/ip32-memory.c b/arch/mips/sgi-ip32/ip32-memory.c index fc76ca92bab9..d37d40a3cdae 100644 --- a/arch/mips/sgi-ip32/ip32-memory.c +++ b/arch/mips/sgi-ip32/ip32-memory.c | |||
@@ -36,8 +36,8 @@ void __init prom_meminit (void) | |||
36 | if (base + size > (256 << 20)) | 36 | if (base + size > (256 << 20)) |
37 | base += CRIME_HI_MEM_BASE; | 37 | base += CRIME_HI_MEM_BASE; |
38 | 38 | ||
39 | printk("CRIME MC: bank %u base 0x%016lx size %luMB\n", | 39 | printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n", |
40 | bank, base, size); | 40 | bank, base, size >> 20); |
41 | add_memory_region (base, size, BOOT_MEM_RAM); | 41 | add_memory_region (base, size, BOOT_MEM_RAM); |
42 | } | 42 | } |
43 | } | 43 | } |