cregit-Linux how code gets into the kernel

Release 4.9 arch/avr32/include/asm/kdebug.h

#ifndef __ASM_AVR32_KDEBUG_H

#define __ASM_AVR32_KDEBUG_H

/* Grossly misnamed. */

enum die_val {
	
DIE_BREAKPOINT,
	
DIE_SSTEP,
	
DIE_NMI,
	
DIE_OOPS,
};

#endif /* __ASM_AVR32_KDEBUG_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
haavard skinnemoenhaavard skinnemoen22100.00%3100.00%
Total22100.00%3100.00%