[SCSI] qla2xxx: Properly handle Vport state-change-notifications.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-cris / param.h
blobb249726398320ffcc9b12d56fc227dc3be6929e5
1 #ifndef _ASMCRIS_PARAM_H
2 #define _ASMCRIS_PARAM_H
4 /* Currently we assume that HZ=100 is good for CRIS. */
5 #ifdef __KERNEL__
6 # define HZ 100 /* Internal kernel timer frequency */
7 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
8 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
9 #endif
11 #ifndef HZ
12 #define HZ 100
13 #endif
15 #define EXEC_PAGESIZE 8192
17 #ifndef NOGROUP
18 #define NOGROUP (-1)
19 #endif
21 #define MAXHOSTNAMELEN 64 /* max length of hostname */
23 #endif