patch-2.1.34 linux/arch/sparc64/prom/init.c
Next file: linux/arch/sparc64/prom/misc.c
Previous file: linux/arch/sparc64/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Apr 11 10:47:36 1997
- Orig file:
v2.1.33/linux/arch/sparc64/prom/init.c
- Orig date:
Thu Mar 27 14:40:01 1997
diff -u --recursive --new-file v2.1.33/linux/arch/sparc64/prom/init.c linux/arch/sparc64/prom/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.6 1997/03/11 17:37:11 jj Exp $
+/* $Id: init.c,v 1.7 1997/03/24 17:43:59 jj Exp $
* init.c: Initialize internal variables used by the PROM
* library functions.
*
@@ -69,14 +69,11 @@
((buffer[6] - '0') << 8) |
(buffer[8] - '0');
- prom_printf ("PROMLIB: Sun IEEE Boot Prom %s\n", buffer + 4);
+ printk ("PROMLIB: Sun IEEE Boot Prom %s\n", buffer + 4);
prom_meminit();
prom_ranges_init();
-
- printk("PROMLIB: Sun IEEE Boot Prom %s\n",
- buffer + 4);
/* Initialization successful. */
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov