Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11005
b: refs/heads/master
c: 1ba582a
h: refs/heads/master
i:
  11003: d1a3c30
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent 6789d67 commit 3fe7637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8f5d861789ff23b5d87c081f458aaa7f3c6cdcd
refs/heads/master: 1ba582a1285d534928d68c9d67d8fb63da9abbd1
4 changes: 2 additions & 2 deletions trunk/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 3fe7637

Please sign in to comment.