[PATCH] kdump: Use real pt_regs from exception
[linux-2.6-block.git] / arch / s390 / kernel / crash.c
CommitLineData
cf13f0ea
HC
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
13note_buf_t crash_notes[NR_CPUS];
14
6e274d14 15void machine_crash_shutdown(struct pt_regs *regs)
cf13f0ea
HC
16{
17}