projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[linux-2.6]
/
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 <heiko.carstens@de.ibm.com>
7
*
8
*/
9
10
#include <linux/threads.h>
11
#include <linux/kexec.h>
12
13
void machine_crash_shutdown(struct pt_regs *regs)
14
{
15
}