Release 4.11 arch/powerpc/include/asm/kdebug.h
#ifndef _ASM_POWERPC_KDEBUG_H
#define _ASM_POWERPC_KDEBUG_H
#ifdef __KERNEL__
/* Grossly misnamed. */
enum die_val {
DIE_OOPS = 1,
DIE_IABR_MATCH,
DIE_DABR_MATCH,
DIE_BPT,
DIE_SSTEP,
};
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_KDEBUG_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mackerras | 23 | 71.88% | 1 | 33.33% |
Arnd Bergmann | 6 | 18.75% | 1 | 33.33% |
Stephen Rothwell | 3 | 9.38% | 1 | 33.33% |
Total | 32 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.