Release 4.9 arch/parisc/include/asm/timex.h
/*
* linux/include/asm-parisc/timex.h
*
* PARISC architecture timex specifications
*/
#ifndef _ASMPARISC_TIMEX_H
#define _ASMPARISC_TIMEX_H
#define CLOCK_TICK_RATE 1193180
/* Underlying HZ */
typedef unsigned long cycles_t;
static inline cycles_t get_cycles (void)
{
return mfctl(16);
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 29 | 85.29% | 1 | 50.00% |
matthew wilcox | matthew wilcox | 5 | 14.71% | 1 | 50.00% |
| Total | 34 | 100.00% | 2 | 100.00% |