summaryrefslogtreecommitdiffstats
path: root/arch/mips/deskstation/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/deskstation/reset.c')
-rw-r--r--arch/mips/deskstation/reset.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/deskstation/reset.c b/arch/mips/deskstation/reset.c
new file mode 100644
index 000000000..7fb387631
--- /dev/null
+++ b/arch/mips/deskstation/reset.c
@@ -0,0 +1,15 @@
+/*
+ * linux/arch/mips/deskstation/process.c
+ *
+ * Reset a Deskstation.
+ */
+#include <asm/io.h>
+#include <asm/system.h>
+
+void
+jazz_hard_reset_now(void)
+{
+ printk("Implement jazz_hard_reset_now().\n");
+ printk("Press reset to continue.\n");
+ while(1);
+}