cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
pre-gitpre-git15100.00%1100.00%
Total15100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git2985.29%150.00%
matthew wilcoxmatthew wilcox514.71%150.00%
Total34100.00%2100.00%