patch-2.1.44 linux/arch/mips/jazz/reset.c
Next file: linux/arch/mips/jazz/setup.c
Previous file: linux/arch/mips/jazz/jazzdma.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Jun 26 12:33:37 1997
- Orig file:
v2.1.43/linux/arch/mips/jazz/reset.c
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.43/linux/arch/mips/jazz/reset.c linux/arch/mips/jazz/reset.c
@@ -0,0 +1,24 @@
+/*
+ * linux/arch/mips/jazz/process.c
+ *
+ * Reset a Jazz machine.
+ */
+#include <asm/io.h>
+#include <asm/system.h>
+#include <asm/reboot.h>
+
+void jazz_machine_restart(char *command)
+{
+ printk("Implement jazz_machine_restart().\n");
+ printk("Press reset to continue.\n");
+ while(1);
+}
+
+void jazz_machine_halt(void)
+{
+}
+
+void jazz_machine_power_off(void)
+{
+ /* Jazz machines don't have a software power switch */
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov