diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-03 19:28:37 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-03 19:28:37 -0800 |
commit | 378e4e98258ad92097bfdf795dbef8b49cf52a34 (patch) | |
tree | cc1b9f39aef70be38c4f2abb30a760412ff9be9b /arch/x86/include/asm | |
parent | a75a3f6fc92888e4119744d8594ffdf748c3d444 (diff) | |
parent | e9c40d257fdd58c5cc97d3fe3aa141dd23ee5e9d (diff) | |
download | talos-op-linux-378e4e98258ad92097bfdf795dbef8b49cf52a34.tar.gz talos-op-linux-378e4e98258ad92097bfdf795dbef8b49cf52a34.zip |
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 boot cleanup from Ingo Molnar:
"A single commit: remove an obsolete kcrash boot flag"
* 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/kexec: Remove obsolete 'in_crash_kexec' flag
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kdebug.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/kdebug.h b/arch/x86/include/asm/kdebug.h index b130d59406fb..e5f5dc9787d5 100644 --- a/arch/x86/include/asm/kdebug.h +++ b/arch/x86/include/asm/kdebug.h @@ -29,11 +29,5 @@ extern void show_trace(struct task_struct *t, struct pt_regs *regs, extern void __show_regs(struct pt_regs *regs, int all); extern unsigned long oops_begin(void); extern void oops_end(unsigned long, struct pt_regs *, int signr); -#ifdef CONFIG_KEXEC_CORE -extern int in_crash_kexec; -#else -/* no crash dump is ever in progress if no crash kernel can be kexec'd */ -#define in_crash_kexec 0 -#endif #endif /* _ASM_X86_KDEBUG_H */ |