projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2aebc
)
85xx: Use print_size to report amount of memory not mapped by TLBs
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 12 Jun 2009 04:40:34 +0000
(23:40 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Fri, 12 Jun 2009 14:15:48 +0000
(09:15 -0500)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/tlb.c
patch
|
blob
|
history
diff --git
a/cpu/mpc85xx/tlb.c
b/cpu/mpc85xx/tlb.c
index 8304ffe2f46fe85d6829dc685bfaf4d68e759a65..46925f1380c0cde1c8956f68c7d61bc183f2d599 100644
(file)
--- a/
cpu/mpc85xx/tlb.c
+++ b/
cpu/mpc85xx/tlb.c
@@
-165,7
+165,7
@@
unsigned int setup_ddr_tlbs(unsigned int memsize_in_meg)
}
if (memsize)
- print
f("%lldM left unmapped\n", memsize >> 20
);
+ print
_size(memsize, " left unmapped\n"
);
/*
* Confirm that the requested amount of memory was mapped.