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
Person | Tokens | Prop | Commits | CommitProp |
Keith M. Wesolowski | 14 | 43.75% | 1 | 33.33% |
David S. Miller | 12 | 37.50% | 1 | 33.33% |
Linus Torvalds (pre-git) | 6 | 18.75% | 1 | 33.33% |
Total | 32 | 100.00% | 3 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Keith M. Wesolowski | 22 | 46.81% | 1 | 20.00% |
David S. Miller | 17 | 36.17% | 1 | 20.00% |
Linus Torvalds (pre-git) | 6 | 12.77% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.13% | 1 | 20.00% |
Sam Ravnborg | 1 | 2.13% | 1 | 20.00% |
Total | 47 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.