aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/crash.c
blob: 8cc7c9fa64f5fe6e8834e1b7190b831d885cf1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
{
}