O2 doesn't have _that_ much RAM.
authorThiemo Seufer <ths@networkno.de>
Sat, 19 Feb 2005 13:27:41 +0000 (13:27 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:37 +0000 (19:30 +0100)
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-memory.c

index fc76ca9..d37d40a 100644 (file)
@@ -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);
        }
 }