blob: 1295913d6a8211cab60659ed889bc6f1c07dcf56 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Fundamental kernel parameters.
3 *
4 * Based on <asm-i386/param.h>.
5 *
6 * Modified 1998, 1999, 2002-2003
7 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
8 */
David Howells43e40f22012-10-09 09:47:00 +01009#ifndef _ASM_IA64_PARAM_H
10#define _ASM_IA64_PARAM_H
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
David Howells43e40f22012-10-09 09:47:00 +010012#include <uapi/asm/param.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Tony Luck10d0aa32008-02-11 13:23:46 -080014# define HZ CONFIG_HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -070015# define USER_HZ HZ
16# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif /* _ASM_IA64_PARAM_H */