xref: /kernel/linux/linux-5.10/arch/alpha/include/asm/param.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/alpha/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _ASM_ALPHA_PARAM_H
38c2ecf20Sopenharmony_ci#define _ASM_ALPHA_PARAM_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <uapi/asm/param.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci# undef HZ
88c2ecf20Sopenharmony_ci# define HZ		CONFIG_HZ
98c2ecf20Sopenharmony_ci# define USER_HZ	1024
108c2ecf20Sopenharmony_ci# define CLOCKS_PER_SEC	USER_HZ	/* frequency at which times() counts */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif /* _ASM_ALPHA_PARAM_H */
13

Indexes created Thu Nov 07 10:32:03 CST 2024