]> Git Repo - linux.git/blob - arch/ia64/include/asm/param.h
Merge tag 'mlx5-fixes-2019-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / ia64 / include / asm / param.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Fundamental kernel parameters.
4  *
5  * Based on <asm-i386/param.h>.
6  *
7  * Modified 1998, 1999, 2002-2003
8  *      David Mosberger-Tang <[email protected]>, Hewlett-Packard Co
9  */
10 #ifndef _ASM_IA64_PARAM_H
11 #define _ASM_IA64_PARAM_H
12
13 #include <uapi/asm/param.h>
14
15 # define HZ             CONFIG_HZ
16 # define USER_HZ        HZ
17 # define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
18 #endif /* _ASM_IA64_PARAM_H */
This page took 0.042418 seconds and 4 git commands to generate.