[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>
This commit is contained in:

committato da
Ralf Baechle

parent
3f3183709f
commit
80aac59ed5
@@ -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;
|
||||
|
Fai riferimento in un nuovo problema
Block a user