Release 4.10 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 | paul mackerras | 23 | 71.88% | 1 | 33.33% |
arnd bergmann | arnd bergmann | 6 | 18.75% | 1 | 33.33% |
stephen rothwell | 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.