Skip to content

Commit

Permalink
O2 doesn't have _that_ much RAM.
Browse files Browse the repository at this point in the history
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent d8f5d86 commit 1ba582a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/sgi-ip32/ip32-memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 1ba582a

Please sign in to comment.