cregit-Linux how code gets into the kernel

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

/*
 * 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 torvaldslinus torvalds1191.67%150.00%
adrian bunkadrian bunk18.33%150.00%
Total12100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
linus torvaldslinus torvalds2580.65%120.00%
mikael starvikmikael starvik412.90%240.00%
jesper nilssonjesper nilsson13.23%120.00%
adrian bunkadrian bunk13.23%120.00%
Total31100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}