cregit-Linux how code gets into the kernel

Release 4.14 arch/metag/include/asm/cpu.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_METAG_CPU_H

#define _ASM_METAG_CPU_H

#include <linux/percpu.h>


struct cpuinfo_metag {
	
struct cpu cpu;
#ifdef CONFIG_SMP
	
unsigned long loops_per_jiffy;
#endif
};

DECLARE_PER_CPU(struct cpuinfo_metag, cpu_data);
#endif /* _ASM_METAG_CPU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan3897.44%150.00%
Greg Kroah-Hartman12.56%150.00%
Total39100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.