cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
/* 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. Wesolowski1443.75%133.33%
David S. Miller1237.50%133.33%
Linus Torvalds (pre-git)618.75%133.33%
Total32100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Keith M. Wesolowski2246.81%120.00%
David S. Miller1736.17%120.00%
Linus Torvalds (pre-git)612.77%120.00%
Greg Kroah-Hartman12.13%120.00%
Sam Ravnborg12.13%120.00%
Total47100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.