diff options
Diffstat (limited to 'include/asm-ia64/param.h')
-rw-r--r-- | include/asm-ia64/param.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-ia64/param.h b/include/asm-ia64/param.h index a410b8892..e8920ea76 100644 --- a/include/asm-ia64/param.h +++ b/include/asm-ia64/param.h @@ -15,7 +15,7 @@ * Yeah, simulating stuff is slow, so let us catch some breath between * timer interrupts... */ -# define HZ 20 +# define HZ 32 #else # define HZ 1024 #endif @@ -36,4 +36,8 @@ #define MAXHOSTNAMELEN 64 /* max length of hostname */ +#ifdef __KERNEL__ +# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ +#endif + #endif /* _ASM_IA64_PARAM_H */ |