repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit with v3.6.7
[linux-3.6.7-moxart.git]
/
arch
/
s390
/
kernel
/
crash.c
blob
3819153de8bd2b33c90454c591bcc84be4552704
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
}