summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-07-09 11:58:45 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-07-09 11:58:45 +0000
commit881f0868e87071a74802b9d5fe6b2045bba8e412 (patch)
treeee7f711bf9fae7373eeb3766616e4c529f1ee34c /arch/mips/dec
parent493c987f7a352ca64fdb4dc03a21e24cbaf46f55 (diff)
DECstation resp. R3000 related -Werror fixes
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 a093c45bb..1025104ce 100644
--- a/arch/mips/dec/prom/memory.c
+++ b/arch/mips/dec/prom/memory.c
@@ -155,6 +155,6 @@ void prom_free_prom_memory (void)
addr += PAGE_SIZE;
}
- printk("Freeing unused PROM memory: %dk freed\n",
+ printk("Freeing unused PROM memory: %ldk freed\n",
(end - PAGE_SIZE) >> 10);
}