Goodbye mips64. 31704 lines of code bite the dust.
[linux-2.6/linux-mips.git] / include / asm-ia64 / param.h
blobeaee5da9a787befcd097bb3b428d836a5e2ad6e4
1 #ifndef _ASM_IA64_PARAM_H
2 #define _ASM_IA64_PARAM_H
4 /*
5 * Fundamental kernel parameters.
7 * Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co
8 * David Mosberger-Tang <davidm@hpl.hp.com>
9 */
11 #include <linux/config.h>
13 #ifdef CONFIG_IA64_HP_SIM
15 * Yeah, simulating stuff is slow, so let us catch some breath between
16 * timer interrupts...
18 # define HZ 32
19 #else
20 # define HZ 1024
21 #endif
23 #define EXEC_PAGESIZE 65536
25 #ifndef NGROUPS
26 # define NGROUPS 32
27 #endif
29 #ifndef NOGROUP
30 # define NOGROUP (-1)
31 #endif
33 #define MAXHOSTNAMELEN 64 /* max length of hostname */
35 #ifdef __KERNEL__
36 # define USER_HZ HZ
37 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
38 #endif
40 #endif /* _ASM_IA64_PARAM_H */