Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / s390 / kernel / crash.c
1 /*
2 * Copyright IBM Corp. 2005
3 *
4 * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
5 *
6 */
7
8 #include <linux/threads.h>
9 #include <linux/kexec.h>
10 #include <linux/reboot.h>
11
12 void machine_crash_shutdown(struct pt_regs *regs)
13 {
14 }
This page took 0.032891 seconds and 6 git commands to generate.