cregit-Linux how code gets into the kernel

Release 4.10 arch/sparc/include/asm/bugs.h

/* include/asm/bugs.h:  Sparc probes for various bugs.
 *
 * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
 */

#ifdef CONFIG_SPARC32
#include <asm/cpudata.h>
#endif

extern unsigned long loops_per_jiffy;


static void __init check_bugs(void) { #if defined(CONFIG_SPARC32) && !defined(CONFIG_SMP) cpu_data(0).udelay_val = loops_per_jiffy; #endif }

Contributors

PersonTokensPropCommitsCommitProp
keith m. wesolowskikeith m. wesolowski1443.75%133.33%
david s. millerdavid s. miller1237.50%133.33%
pre-gitpre-git618.75%133.33%
Total32100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
keith m. wesolowskikeith m. wesolowski2247.83%125.00%
david s. millerdavid s. miller1736.96%125.00%
pre-gitpre-git613.04%125.00%
sam ravnborgsam ravnborg12.17%125.00%
Total46100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.