cregit-Linux how code gets into the kernel

Release 4.14 arch/parisc/include/asm/timex.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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)2982.86%133.33%
Matthew Wilcox514.29%133.33%
Greg Kroah-Hartman12.86%133.33%
Total35100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.