summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec
diff options
context:
space:
mode:
authorThiemo Seufer2007-01-24 02:29:15 +0100
committerRalf Baechle2007-01-24 20:23:22 +0100
commit80aac59ed5b3e5ae2132bc620ff5607929c6a304 (patch)
tree99c76e80b8303c859ab71c6df4e3a8b4ec7955d5 /arch/mips/dec
parent[MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard() (diff)
downloadkernel-qcow2-linux-80aac59ed5b3e5ae2132bc620ff5607929c6a304.tar.gz
kernel-qcow2-linux-80aac59ed5b3e5ae2132bc620ff5607929c6a304.tar.xz
kernel-qcow2-linux-80aac59ed5b3e5ae2132bc620ff5607929c6a304.zip
[MIPS] Fix reported amount of freed memory - it's in kB not bytes
While at it, change message on DEC for consistency. Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec')
-rw-r--r--arch/mips/dec/prom/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/prom/memory.c b/arch/mips/dec/prom/memory.c
index 3027ce782797..3aa01d268f2d 100644
--- a/arch/mips/dec/prom/memory.c
+++ b/arch/mips/dec/prom/memory.c
@@ -122,7 +122,7 @@ unsigned long __init prom_free_prom_memory(void)
addr += PAGE_SIZE;
}
- printk("Freeing unused PROM memory: %ldk freed\n",
+ printk("Freeing unused PROM memory: %ldkb freed\n",
(end - PAGE_SIZE) >> 10);
return end - PAGE_SIZE;