patch-2.3.48 linux/arch/mips/baget/prom/init.c
Next file: linux/arch/mips/baget/setup.c
Previous file: linux/arch/mips/baget/prom/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Feb 24 22:52:30 2000
- Orig file:
v2.3.47/linux/arch/mips/baget/prom/init.c
- Orig date:
Tue Aug 31 17:29:12 1999
diff -u --recursive --new-file v2.3.47/linux/arch/mips/baget/prom/init.c linux/arch/mips/baget/prom/init.c
@@ -3,9 +3,10 @@
*
* Copyright (C) 1998 Gleb Raiko & Vladimir Roganov
*
- * $Id$
+ * $Id: init.c,v 1.3 1999/10/09 00:00:57 ralf Exp $
*/
#include <linux/init.h>
+#include <linux/config.h>
#include <asm/bootinfo.h>
char arcs_cmdline[CL_SIZE];
@@ -17,4 +18,12 @@
mips_machtype = MACH_UNKNOWN;
arcs_cmdline[0] = 0;
return 0;
+}
+
+void __init prom_fixup_mem_map(unsigned long start, unsigned long end)
+{
+}
+
+void prom_free_prom_memory (void)
+{
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)