]> Git Repo - linux.git/blob - arch/s390/kernel/crash.c
fixdep: use hash table instead of a single array
[linux.git] / arch / s390 / kernel / crash.c
1 /*
2  * arch/s390/kernel/crash.c
3  *
4  * (C) Copyright IBM Corp. 2005
5  *
6  * Author(s): Heiko Carstens <[email protected]>
7  *
8  */
9
10 #include <linux/threads.h>
11 #include <linux/kexec.h>
12 #include <linux/reboot.h>
13
14 void machine_crash_shutdown(struct pt_regs *regs)
15 {
16 }
This page took 0.030633 seconds and 4 git commands to generate.