Release 4.14 arch/powerpc/include/asm/kdebug.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 69.70% | 1 | 25.00% |
Arnd Bergmann | 6 | 18.18% | 1 | 25.00% |
Stephen Rothwell | 3 | 9.09% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 25.00% |
Total | 33 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.