Release 4.14 arch/alpha/include/asm/param.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 55.17% | 3 | 37.50% |
Richard Henderson | 5 | 17.24% | 1 | 12.50% |
David Howells | 3 | 10.34% | 1 | 12.50% |
Ivan Kokshaysky | 3 | 10.34% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 12.50% |
H. Peter Anvin | 1 | 3.45% | 1 | 12.50% |
Total | 29 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.