Make HZ_TO_STD macro name lowercase.
[linux-2.6/linux-mips.git] / include / asm-mips64 / param.h
blob5354eeb7df6ee2dbcc9e28dd63ecf5b5fc8874bc
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright 1994 - 2000 Ralf Baechle (ralf@gnu.org)
7 * Copyright 2000 Silicon Graphics, Inc.
8 */
9 #ifndef _ASM_PARAM_H
10 #define _ASM_PARAM_H
12 #ifndef HZ
13 #define HZ 100
14 # define HZ 100
15 #ifdef __KERNEL__
16 # define hz_to_std(a) (a)
17 #endif
18 #endif
20 #define EXEC_PAGESIZE 4096
22 #ifndef NGROUPS
23 #define NGROUPS 32
24 #endif
26 #ifndef NOGROUP
27 #define NOGROUP (-1)
28 #endif
30 #define MAXHOSTNAMELEN 64 /* max length of hostname */
32 #endif /* _ASM_PARAM_H */