Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209332
b: refs/heads/master
c: 1d6225e
h: refs/heads/master
v: v3
  • Loading branch information
Cliff Wickman authored and H. Peter Anvin committed Aug 12, 2010
1 parent 31ac03e commit cd95951
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4026cfd8febcd63dd278894108839f30e525a0e
refs/heads/master: 1d6225e8cc5598f2bc5c992f9c88b1137763e8e1
5 changes: 5 additions & 0 deletions trunk/arch/x86/include/asm/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ extern void __show_regs(struct pt_regs *regs, int all);
extern void show_regs(struct pt_regs *regs);
extern unsigned long oops_begin(void);
extern void oops_end(unsigned long, struct pt_regs *, int signr);
#ifdef CONFIG_KEXEC
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 */

0 comments on commit cd95951

Please sign in to comment.