patch-2.4.0-test3 linux/arch/mips/dec/prom/memory.c
Next file: linux/arch/mips/defconfig
Previous file: linux/arch/mips/ddb5074/setup.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Sun Jul 9 22:18:15 2000
- Orig file:
v2.4.0-test2/linux/arch/mips/dec/prom/memory.c
- Orig date:
Tue May 23 15:31:33 2000
diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/dec/prom/memory.c linux/arch/mips/dec/prom/memory.c
@@ -155,6 +155,6 @@
addr += PAGE_SIZE;
}
- printk("Freeing unused PROM memory: %dk freed\n",
+ printk("Freeing unused PROM memory: %ldk freed\n",
(end - PAGE_SIZE) >> 10);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)