aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc/kdump.h
blob: a87aed00d61fbccd8a6ce2a9a10a7e17109e2f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _PPC64_KDUMP_H
#define _PPC64_KDUMP_H

/* How many bytes to reserve at zero for kdump. The reserve limit should
 * be greater or equal to the trampoline's end address. */
#define KDUMP_RESERVE_LIMIT	0x8000

#define KDUMP_TRAMPOLINE_START	0x0100
#define KDUMP_TRAMPOLINE_END	0x3000

extern void kdump_setup(void);

#endif /* __PPC64_KDUMP_H */