summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c b/cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c
new file mode 100644
index 0000000000..8cc7c9fa64
--- /dev/null
+++ b/cleopatre/linux-2.6.25.10-spc300/arch/s390/kernel/crash.c
@@ -0,0 +1,16 @@
+/*
+ * arch/s390/kernel/crash.c
+ *
+ * (C) Copyright IBM Corp. 2005
+ *
+ * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
+ *
+ */
+
+#include <linux/threads.h>
+#include <linux/kexec.h>
+#include <linux/reboot.h>
+
+void machine_crash_shutdown(struct pt_regs *regs)
+{
+}