17 lines
		
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * 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)
 | |
| {
 | |
| }
 |