blob: 7bd169c58b0c229ba636be895444fbaf1ee5dc29 [file] [log] [blame]
Heiko Carstenscf13f0e2005-06-25 14:58:11 -07001/*
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
13note_buf_t crash_notes[NR_CPUS];
14
Alexander Nyberg6e274d12005-06-25 14:58:26 -070015void machine_crash_shutdown(struct pt_regs *regs)
Heiko Carstenscf13f0e2005-06-25 14:58:11 -070016{
17}