mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
18 lines
259 B
C
18 lines
259 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>
|
||
|
|
||
|
note_buf_t crash_notes[NR_CPUS];
|
||
|
|
||
|
void machine_crash_shutdown(void)
|
||
|
{
|
||
|
}
|