]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/ia64/include/asm/param.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / ia64 / include / asm / param.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/*
3 * Fundamental kernel parameters.
4 *
5 * Based on <asm-i386/param.h>.
6 *
7 * Modified 1998, 1999, 2002-2003
8 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
9 */
43e40f25
DH
10#ifndef _ASM_IA64_PARAM_H
11#define _ASM_IA64_PARAM_H
1da177e4 12
43e40f25 13#include <uapi/asm/param.h>
1da177e4 14
10d0aa3c 15# define HZ CONFIG_HZ
1da177e4
LT
16# define USER_HZ HZ
17# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
1da177e4 18#endif /* _ASM_IA64_PARAM_H */