Release 4.10 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 |
pre-git | pre-git | 16 | 57.14% | 3 | 42.86% |
richard henderson | richard henderson | 5 | 17.86% | 1 | 14.29% |
david howells | david howells | 3 | 10.71% | 1 | 14.29% |
ivan kokshaysky | ivan kokshaysky | 3 | 10.71% | 1 | 14.29% |
h. peter anvin | 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.