patch-2.3.35 linux/arch/sparc64/prom/init.c

Next file: linux/arch/sparc64/prom/map.S
Previous file: linux/arch/sparc64/prom/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/arch/sparc64/prom/init.c linux/arch/sparc64/prom/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.9 1999/08/31 06:55:03 davem Exp $
+/* $Id: init.c,v 1.10 1999/09/21 14:35:59 davem Exp $
  * init.c:  Initialize internal variables used by the PROM
  *          library functions.
  *
@@ -28,7 +28,6 @@
  */
 
 extern void prom_meminit(void);
-extern void prom_ranges_init(void);
 extern void prom_cif_init(void *, void *);
 
 void __init prom_init(void *cif_handler, void *cif_stack)
@@ -81,8 +80,6 @@
 	printk ("PROMLIB: Sun IEEE Boot Prom %s\n", buffer + 4);
 
 	prom_meminit();
-
-	prom_ranges_init();
 
 	/* Initialization successful. */
 	return;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)