patch-2.4.22 linux-2.4.22/arch/mips/hp-lj/init.c
Next file: linux-2.4.22/arch/mips/hp-lj/int-handler.S
Previous file: linux-2.4.22/arch/mips/hp-lj/gdb_hook.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/hp-lj/init.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/hp-lj/init.c linux-2.4.22/arch/mips/hp-lj/init.c
@@ -1,7 +1,7 @@
/*
* init.c: PROM library initialisation code.
*
- * Copyright (C) 1998 Gleb Raiko & Vladimir Roganov
+ * Copyright (C) 1998 Gleb Raiko & Vladimir Roganov
*/
#include <linux/mm.h>
@@ -35,7 +35,7 @@
add_memory_region(mem_size,reserve_size, BOOT_MEM_RESERVED);
printk("Main Memory: %ld bytes\n", mem_size);
- printk("Reserved Memory: %ld bytes at 0x%08x\n",
+ printk("Reserved Memory: %ld bytes at 0x%08x\n",
get_reserved_buffer_size(), (ulong)get_reserved_buffer());
printk("Detected %s ASIC\n", GetAsicName());
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)