8a8f7815530ec8cdfd143c5ab9c7e15958b1dfe9
[openafs.git] / src / config / param.s390_linux24.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 /*
5  * Copyright 2000, International Business Machines Corporation and others.
6  * All Rights Reserved.
7  * 
8  * This software has been released under the terms of the IBM Public
9  * License.  For details, see the LICENSE file in the top-level source
10  * directory or online at http://www.openafs.org/dl/license10.html
11  */
12
13
14 #ifndef AFS_PARAM_H
15 #define AFS_PARAM_H
16
17 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
18  * it's a judgment call. If something is obviously s390 specific, use that
19  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
20  * in the sysname is the current version of the client. This takes into
21  * account the perferred OS user space configuration as well as the kernel.
22  */
23
24 #define AFS_LINUX20_ENV 1
25 #define AFS_LINUX22_ENV 1
26 #define AFS_LINUX24_ENV 1
27 #define AFS_S390_LINUX20_ENV    1
28 #define AFS_S390_LINUX22_ENV    1
29 #define AFS_S390_LINUX24_ENV    1
30 #define AFS_NONFSTRANS 1
31
32 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
33 #define AFS_SYSCALL 137
34 #define AFS_64BIT_IOPS_ENV  1
35 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
36
37 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
38 #include <linux/threads.h>
39
40 #include <linux/config.h>
41 #ifdef CONFIG_SMP
42 #undef CONFIG_SMP
43 #endif
44 /* Using "AFS_SMP" to map to however many #define's are required to get
45  * MP to compile for Linux
46  */
47 #ifdef AFS_SMP
48 #define CONFIG_SMP 1
49 #ifndef CONFIG_S390_LOCAL_APIC
50 #define CONFIG_S390_LOCAL_APIC 1
51 #endif
52 #ifndef __SMP__
53 #define __SMP__
54 #endif
55 #define AFS_GLOBAL_SUNLOCK
56 #endif
57 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
58 #define MODVERSIONS
59 #include <linux/modversions.h>
60 #endif
61 #endif /* __KERNEL__  && !DUMP_KERNEL */
62
63 #include <afs/afs_sysnames.h>
64
65 #define AFS_USERSPACE_IP_ADDR 1
66 #define RXK_LISTENER_ENV 1
67 #define AFS_GCPAGS       2      /* Set to Userdisabled, allow sysctl to override */
68
69 /* Machine / Operating system information */
70 #define SYS_NAME        "s390_linux24"
71 #define SYS_NAME_ID     SYS_NAME_ID_s390_linux24
72 #define AFSBIG_ENDIAN    1
73 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
74 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
75 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
76
77 #ifdef KERNEL
78 #ifndef MIN
79 #define MIN(A,B) ((A) < (B) ? (A) : (B))
80 #endif
81 #ifndef MAX
82 #define MAX(A,B) ((A) > (B) ? (A) : (B))
83 #endif
84 #endif /* KERNEL */
85
86 #endif /* AFS_PARAM_H */
87
88 #else /* !defined(UKERNEL) */
89
90 /* This section for user space compiles only */
91
92 /* 
93  * Copyright 2000, International Business Machines Corporation and others.
94  * All Rights Reserved.
95  * 
96  * This software has been released under the terms of the IBM Public
97  * License.  For details, see the LICENSE file in the top-level source
98  * directory or online at http://www.openafs.org/dl/license10.html
99  */
100
101 #ifndef AFS_PARAM_H
102 #define AFS_PARAM_H
103
104 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
105  * it's a judgment call. If something is obviously s390 specific, use that
106  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
107  * in the sysname is the current version of the client. This takes into
108  * account the perferred OS user space configuration as well as the kernel.
109  */
110
111 #define UKERNEL                 1       /* user space kernel */
112 #define AFS_ENV                 1
113 #define AFS_USR_LINUX20_ENV     1
114 #define AFS_USR_LINUX22_ENV     1
115 #define AFS_USR_LINUX24_ENV     1
116 #define AFS_NONFSTRANS 1
117
118 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
119 #define AFS_SYSCALL 137
120 #define AFS_64BIT_IOPS_ENV  1
121 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
122 #include <afs/afs_sysnames.h>
123
124 #define AFS_USERSPACE_IP_ADDR 1
125 #define RXK_LISTENER_ENV 1
126 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
127
128
129 /* Machine / Operating system information */
130 #define SYS_NAME        "s390_linux24"
131 #define SYS_NAME_ID     SYS_NAME_ID_s390_linux24
132 #define AFSBIG_ENDIAN    1
133 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
134 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
135 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
136
137 #define afsio_iov       uio_iov
138 #define afsio_iovcnt    uio_iovcnt
139 #define afsio_offset    uio_offset
140 #define afsio_seg       uio_segflg
141 #define afsio_fmode     uio_fmode
142 #define afsio_resid     uio_resid
143 #define AFS_UIOSYS      1
144 #define AFS_UIOUSER     UIO_USERSPACE
145 #define AFS_CLBYTES     MCLBYTES
146 #define AFS_MINCHANGE   2
147 #define VATTR_NULL      usr_vattr_null
148
149 #define AFS_DIRENT
150 #ifndef CMSERVERPREF
151 #define CMSERVERPREF
152 #endif
153
154 #endif /* AFS_PARAM_H */
155
156 #endif /* !defined(UKERNEL) */