cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Paul Mackerras2369.70%125.00%
Arnd Bergmann618.18%125.00%
Stephen Rothwell39.09%125.00%
Greg Kroah-Hartman13.03%125.00%
Total33100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.