patch-2.1.124 linux/arch/sparc64/kernel/ebus.c
Next file: linux/arch/sparc64/kernel/entry.S
Previous file: linux/arch/sparc64/kernel/dtlb_backend.S
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Sun Oct 4 10:22:43 1998
- Orig file:
v2.1.123/linux/arch/sparc64/kernel/ebus.c
- Orig date:
Thu Aug 6 14:06:30 1998
diff -u --recursive --new-file v2.1.123/linux/arch/sparc64/kernel/ebus.c linux/arch/sparc64/kernel/ebus.c
@@ -1,4 +1,4 @@
-/* $Id: ebus.c,v 1.29 1998/07/01 15:39:44 jj Exp $
+/* $Id: ebus.c,v 1.33 1998/09/21 05:06:03 jj Exp $
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -31,7 +31,6 @@
extern void prom_ebus_ranges_init(struct linux_ebus *);
extern void prom_ebus_intmap_init(struct linux_ebus *);
-extern void pci_console_init(void);
#ifdef CONFIG_SUN_OPENPROMIO
extern int openprom_init(void);
@@ -227,7 +226,6 @@
}
}
-extern void sun4u_start_timers(void);
extern void clock_probe(void);
__initfunc(void ebus_init(void))
@@ -367,10 +365,6 @@
++num_ebus;
}
-#ifndef CONFIG_FB
- pci_console_init();
-#endif
-
#ifdef CONFIG_SUN_OPENPROMIO
openprom_init();
#endif
@@ -389,6 +383,5 @@
#ifdef CONFIG_OBP_FLASH
flash_init();
#endif
- sun4u_start_timers();
clock_probe();
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov