Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
[sfrench/cifs-2.6.git] / include / asm-h8300 / param.h
1 #ifndef _H8300_PARAM_H
2 #define _H8300_PARAM_H
3
4
5 #ifndef HZ
6 #define HZ CONFIG_HZ
7 #endif
8
9 #ifdef __KERNEL__
10 #define USER_HZ         HZ
11 #define CLOCKS_PER_SEC  (USER_HZ)
12 #endif
13
14 #define EXEC_PAGESIZE   4096
15
16 #ifndef NOGROUP
17 #define NOGROUP         (-1)
18 #endif
19
20 #define MAXHOSTNAMELEN  64      /* max length of hostname */
21
22 #endif /* _H8300_PARAM_H */