patch-2.1.29 linux/arch/sparc/kernel/devices.c
Next file: linux/arch/sparc/kernel/entry.S
Previous file: linux/arch/sparc/kernel/check_asm.sh
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Mar 5 17:04:30 1997
- Orig file:
v2.1.28/linux/arch/sparc/kernel/devices.c
- Orig date:
Thu Dec 19 01:03:32 1996
diff -u --recursive --new-file v2.1.28/linux/arch/sparc/kernel/devices.c linux/arch/sparc/kernel/devices.c
@@ -64,10 +64,12 @@
linux_num_cpus = cpu_ctr;
cpu_probe();
-#if CONFIG_SUN_AUXIO
+#ifdef CONFIG_SUN_AUXIO
{
- extern void auxio_probe(void);
- auxio_probe();
+ extern void auxio_probe(void);
+ extern void auxio_power_probe(void);
+ auxio_probe();
+ auxio_power_probe();
}
#endif
clock_stop_probe();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov