Release 4.11 arch/alpha/include/asm/param.h
#ifndef _ASM_ALPHA_PARAM_H
#define _ASM_ALPHA_PARAM_H
#include <uapi/asm/param.h>
# undef HZ
# define HZ CONFIG_HZ
# define USER_HZ 1024
# define CLOCKS_PER_SEC USER_HZ
/* frequency at which times() counts */
#endif /* _ASM_ALPHA_PARAM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 16 | 57.14% | 3 | 42.86% |
Richard Henderson | 5 | 17.86% | 1 | 14.29% |
David Howells | 3 | 10.71% | 1 | 14.29% |
Ivan Kokshaysky | 3 | 10.71% | 1 | 14.29% |
H. Peter Anvin | 1 | 3.57% | 1 | 14.29% |
Total | 28 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.