cregit-Linux how code gets into the kernel

Release 4.15 arch/m68k/kernel/setup.c

Directory: arch/m68k/kernel
// SPDX-License-Identifier: GPL-2.0
#ifdef CONFIG_MMU
#include "setup_mm.c"
#else
#include "setup_no.c"
#endif

#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)

void (*mach_beep)(unsigned int, unsigned int);

EXPORT_SYMBOL(mach_beep);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni2665.00%114.29%
Greg Ungerer512.50%114.29%
Petr Stehlik25.00%114.29%
Linus Torvalds (pre-git)25.00%114.29%
Alexey Dobriyan25.00%114.29%
Linus Torvalds25.00%114.29%
Greg Kroah-Hartman12.50%114.29%
Total40100.00%7100.00%
Directory: arch/m68k/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.