| Heiko Carstens | cf13f0e | 2005-06-25 14:58:11 -0700 | [diff] [blame] | 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> | 
| Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 12 | #include <linux/reboot.h> | 
| Heiko Carstens | cf13f0e | 2005-06-25 14:58:11 -0700 | [diff] [blame] | 13 |  | 
| Alexander Nyberg | 6e274d1 | 2005-06-25 14:58:26 -0700 | [diff] [blame] | 14 | void machine_crash_shutdown(struct pt_regs *regs) | 
| Heiko Carstens | cf13f0e | 2005-06-25 14:58:11 -0700 | [diff] [blame] | 15 | { | 
 | 16 | } |