cregit-Linux how code gets into the kernel

Release 4.11 arch/m68k/include/asm/bugs.h

/*
 *  include/asm-m68k/bugs.h
 *
 *  Copyright (C) 1994  Linus Torvalds
 */

/*
 * This is included by init/main.c to check for architecture-dependent bugs.
 *
 * Needs:
 *      void check_bugs(void);
 */

#ifdef CONFIG_MMU
extern void check_bugs(void);	/* in arch/m68k/kernel/setup.c */
#else

static void check_bugs(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer7100.00%1100.00%
Total7100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer1875.00%150.00%
Sam Ravnborg625.00%150.00%
Total24100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.