| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Sat, 19 Feb 2005 13:27:47 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/02/19 13:27:41
Modified files:
arch/mips/sgi-ip32: ip32-memory.c
Log message:
O2 doesn't have _that_ much RAM.
diff -urN linux/arch/mips/sgi-ip32/ip32-memory.c
linux/arch/mips/sgi-ip32/ip32-memory.c
--- linux/arch/mips/sgi-ip32/ip32-memory.c 2005/01/12 00:10:42 1.1
+++ linux/arch/mips/sgi-ip32/ip32-memory.c 2005/02/19 13:27:41 1.2
@@ -36,8 +36,8 @@
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);
}
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, sjhill |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ths |
| Previous by Thread: | CVS Update@linux-mips.org: linux, sjhill |
| Next by Thread: | CVS Update@linux-mips.org: linux, ths |
| Indexes: | [Date] [Thread] [Top] [All Lists] |