patch-2.1.44 linux/arch/mips/dec/reset.c

Next file: linux/arch/mips/dec/setup.c
Previous file: linux/arch/mips/dec/ld.script
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/arch/mips/dec/reset.c linux/arch/mips/dec/reset.c
@@ -0,0 +1,28 @@
+/*
+ *  linux/arch/mips/dec/process.c
+ *
+ *  Reset a DECstation.
+ */
+#include <linux/kernel.h>
+#include <asm/reboot.h>
+
+void dec_machine_restart(char *command)
+{
+	printk("Implement dec_machine_restart().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}
+
+void dec_machine_halt(void)
+{
+	printk("Implement dec_machine_halt().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}
+
+void dec_machine_power_off(void)
+{
+	printk("Implement dec_machine_power_off().\n");
+	printk("Press reset to continue.\n");
+	while(1);
+}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov