Release 4.14 arch/m68k/kernel/setup.c
// SPDX-License-Identifier: GPL-2.0
#ifdef CONFIG_MMU
#include "setup_mm.c"
#else
#include "setup_no.c"
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Greg Ungerer | 5 | 35.71% | 1 | 16.67% |
Petr Stehlik | 2 | 14.29% | 1 | 16.67% |
Alexey Dobriyan | 2 | 14.29% | 1 | 16.67% |
Linus Torvalds (pre-git) | 2 | 14.29% | 1 | 16.67% |
Linus Torvalds | 2 | 14.29% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 7.14% | 1 | 16.67% |
Total | 14 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.