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
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 11 | 91.67% | 1 | 50.00% |
Adrian Bunk | 1 | 8.33% | 1 | 50.00% |
Total | 12 | 100.00% | 2 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 25 | 78.12% | 1 | 16.67% |
Mikael Starvik | 4 | 12.50% | 2 | 33.33% |
Adrian Bunk | 1 | 3.12% | 1 | 16.67% |
Jesper Nilsson | 1 | 3.12% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 16.67% |
Total | 32 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.