cregit-Linux how code gets into the kernel

Release 4.10 arch/x86/include/asm/timex.h

#ifndef _ASM_X86_TIMEX_H

#define _ASM_X86_TIMEX_H

#include <asm/processor.h>
#include <asm/tsc.h>

/* Assume we use the PIT time source for the clock tick */

#define CLOCK_TICK_RATE		PIT_TICK_RATE


#define ARCH_HAS_READ_CURRENT_TIMER

#endif /* _ASM_X86_TIMEX_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
thomas gleixnerthomas gleixner1982.61%250.00%
h. peter anvinh. peter anvin313.04%125.00%
arnd bergmannarnd bergmann14.35%125.00%
Total23100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.