]> Git Repo - linux.git/blob - arch/ia64/include/asm/param.h
x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled
[linux.git] / arch / ia64 / include / asm / param.h
1 /*
2  * Fundamental kernel parameters.
3  *
4  * Based on <asm-i386/param.h>.
5  *
6  * Modified 1998, 1999, 2002-2003
7  *      David Mosberger-Tang <[email protected]>, Hewlett-Packard Co
8  */
9 #ifndef _ASM_IA64_PARAM_H
10 #define _ASM_IA64_PARAM_H
11
12 #include <uapi/asm/param.h>
13
14 # define HZ             CONFIG_HZ
15 # define USER_HZ        HZ
16 # define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
17 #endif /* _ASM_IA64_PARAM_H */
This page took 0.032936 seconds and 4 git commands to generate.