aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/crash.c')
-rw-r--r--arch/s390/kernel/crash.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/s390/kernel/crash.c b/arch/s390/kernel/crash.c
new file mode 100644
index 00000000000..8cc7c9fa64f
--- /dev/null
+++ b/arch/s390/kernel/crash.c
@@ -0,0 +1,16 @@
1/*
2 * arch/s390/kernel/crash.c
3 *
4 * (C) Copyright IBM Corp. 2005
5 *
6 * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
7 *
8 */
9
10#include <linux/threads.h>
11#include <linux/kexec.h>
12#include <linux/reboot.h>
13
14void machine_crash_shutdown(struct pt_regs *regs)
15{
16}