cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  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 Ungerer1872.00%133.33%
Sam Ravnborg624.00%133.33%
Greg Kroah-Hartman14.00%133.33%
Total25100.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.