cregit-Linux how code gets into the kernel

Release 4.11 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
Linus Torvalds (pre-git)15100.00%1100.00%
Total15100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)2985.29%150.00%
Matthew Wilcox514.71%150.00%
Total34100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.