From: Thiemo Seufer Date: Sat, 19 Feb 2005 13:27:41 +0000 (+0000) Subject: O2 doesn't have _that_ much RAM. X-Git-Tag: v2.6.15-rc1~731^2~1^2~289 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1ba582a1285d534928d68c9d67d8fb63da9abbd1;p=~emulex%2Finfiniband.git O2 doesn't have _that_ much RAM. Signed-off-by: Thiemo Seufer Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sgi-ip32/ip32-memory.c b/arch/mips/sgi-ip32/ip32-memory.c index fc76ca92bab..d37d40a3cda 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) if (base + size > (256 << 20)) base += CRIME_HI_MEM_BASE; - printk("CRIME MC: bank %u base 0x%016lx size %luMB\n", - bank, base, size); + printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n", + bank, base, size >> 20); add_memory_region (base, size, BOOT_MEM_RAM); } }