Release 4.10 arch/um/include/asm/timex.h
#ifndef __UM_TIMEX_H
#define __UM_TIMEX_H
typedef unsigned long cycles_t;
static inline cycles_t get_cycles (void)
{
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jeff dike | jeff dike | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
#define CLOCK_TICK_RATE (HZ)
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jeff dike | jeff dike | 29 | 100.00% | 2 | 100.00% |
| Total | 29 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.