cregit-Linux how code gets into the kernel

Release 4.14 arch/cris/include/asm/timex.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * linux/include/asm-cris/timex.h
 *
 * CRIS architecture timex specifications
 */

#ifndef _ASM_CRIS_TIMEX_H

#define _ASM_CRIS_TIMEX_H

#include <arch/timex.h>

/*
 * We don't have a cycle-counter.. but we do not support SMP anyway where this is
 * used so it does not matter.
 */


typedef unsigned long long cycles_t;


static inline cycles_t get_cycles(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds1191.67%150.00%
Adrian Bunk18.33%150.00%
Total12100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds2578.12%116.67%
Mikael Starvik412.50%233.33%
Adrian Bunk13.12%116.67%
Jesper Nilsson13.12%116.67%
Greg Kroah-Hartman13.12%116.67%
Total32100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.