cregit-Linux how code gets into the kernel

Release 4.11 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 Torvalds1191.67%150.00%
Adrian Bunk18.33%150.00%
Total12100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds2580.65%120.00%
Mikael Starvik412.90%240.00%
Adrian Bunk13.23%120.00%
Jesper Nilsson13.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.
Created with cregit.