cregit-Linux how code gets into the kernel

Release 4.18 arch/arm/kernel/bugs.c

Directory: arch/arm/kernel
// SPDX-Identifier: GPL-2.0
#include <linux/init.h>
#include <asm/bugs.h>
#include <asm/proc-fns.h>


void check_other_bugs(void) { #ifdef MULTI_CPU if (processor.check_bugs) processor.check_bugs(); #endif }

Contributors

PersonTokensPropCommitsCommitProp
Russell King23100.00%2100.00%
Total23100.00%2100.00%


void __init check_bugs(void) { check_writebuffer_bugs(); check_other_bugs(); }

Contributors

PersonTokensPropCommitsCommitProp
Russell King14100.00%2100.00%
Total14100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King47100.00%3100.00%
Total47100.00%3100.00%
Directory: arch/arm/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.