patch-1.3.93 linux/arch/sparc/prom/init.c
Next file: linux/arch/sparc/prom/memory.c
Previous file: linux/arch/sparc/prom/devtree.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Apr 21 12:30:32 1996
- Orig file:
v1.3.92/linux/arch/sparc/prom/init.c
- Orig date:
Sat Nov 25 03:00:02 1995
diff -u --recursive --new-file v1.3.92/linux/arch/sparc/prom/init.c linux/arch/sparc/prom/init.c
@@ -1,10 +1,11 @@
-/* $Id: init.c,v 1.6 1995/11/25 01:00:01 davem Exp $
+/* $Id: init.c,v 1.7 1996/04/04 16:31:00 tridge Exp $
* init.c: Initialize internal variables used by the PROM
* library functions.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
+#include <linux/config.h>
#include <linux/kernel.h>
#include <asm/openprom.h>
@@ -33,6 +34,12 @@
{
romvec = rp;
+#if CONFIG_AP1000
+ prom_vers = PROM_AP1000;
+ prom_meminit();
+ prom_ranges_init();
+ return;
+#endif
switch(romvec->pv_romvers) {
case 0:
prom_vers = PROM_V0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this