cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Paul Mackerras2371.88%133.33%
Arnd Bergmann618.75%133.33%
Stephen Rothwell39.38%133.33%
Total32100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.