1 /*
2 * include/asm-s390/param.h
3 *
4 * S390 version
5 *
6 * Derived from "include/asm-i386/param.h"
7 */
8
9 #ifndef _ASMS390_PARAM_H
10 #define _ASMS390_PARAM_H
11
12 #ifndef HZ
13 #define HZ 100
14 #endif
15
16 #define EXEC_PAGESIZE 4096
17
18 #ifndef NGROUPS
19 #define NGROUPS 32
20 #endif
21
22 #ifndef NOGROUP
23 #define NOGROUP (-1)
24 #endif
25
26 #define MAXHOSTNAMELEN 64 /* max length of hostname */
27
28 #endif
29
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.