3df34e510f854ae0a2c629f42822a7b98d47b055
[openafs.git] / src / config / param.ia64_linux26.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 ia64 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_LINUX26_ENV 1
28 #define AFS_IA64_LINUX20_ENV    1
29 #define AFS_IA64_LINUX22_ENV    1
30 #define AFS_IA64_LINUX24_ENV    1
31 #define AFS_IA64_LINUX26_ENV    1
32 #define AFS_LINUX_64BIT_KERNEL 1
33 #define AFS_NONFSTRANS 1
34
35 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
36 #define AFS_SYSCALL 1141
37 #define AFS_64BIT_IOPS_ENV  1
38 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
39
40 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
41 #define AFS_64BIT_CLIENT        1       
42
43 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
44
45 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
46 #include <linux/init.h>
47 #include <linux/module.h>
48 #include <linux/kernel.h>
49 #include <linux/threads.h>
50
51 #include <linux/config.h>
52 #ifdef CONFIG_SMP
53 #ifndef AFS_SMP
54 #define AFS_SMP 1
55 #endif
56 #endif
57 /* Using "AFS_SMP" to map to however many #define's are required to get
58  * MP to compile for Linux
59  */
60 #ifdef AFS_SMP
61 #ifndef CONFIG_SMP
62 #define CONFIG_SMP 1
63 #endif
64 #ifndef __SMP__
65 #define __SMP__
66 #endif
67 #define AFS_GLOBAL_SUNLOCK
68 #endif
69
70 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
71 #define MODVERSIONS
72 /* #include <config/modversions.h> */
73 #endif
74
75 #endif /* __KERNEL__  && !DUMP_KERNEL */
76
77 #include <afs/afs_sysnames.h>
78
79 #define AFS_USERSPACE_IP_ADDR 1
80 #define RXK_LISTENER_ENV 1
81 #define AFS_GCPAGS       2      /* Set to Userdisabled, allow sysctl to override */
82
83 /* Machine / Operating system information */
84 #define SYS_NAME        "ia64_linux26"
85 #define SYS_NAME_ID     SYS_NAME_ID_ia64_linux26
86 #define AFSLITTLE_ENDIAN    1
87 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
88 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
89 #define AFS_VM_RDWR_ENV            1    /* read/write implemented via VM */
90 #define AFS_USE_GETTIMEOFDAY       1    /* use gettimeofday to implement rx clock */
91
92 #ifdef KERNEL
93 #ifndef MIN
94 #define MIN(A,B) ((A) < (B) ? (A) : (B))
95 #endif
96 #ifndef MAX
97 #define MAX(A,B) ((A) > (B) ? (A) : (B))
98 #endif
99 #endif /* KERNEL */
100
101 #define USE_UCONTEXT            /* should be in afsconfig.h */
102
103 #endif /* _PARAM_IA64_LINUX20_H_ */
104
105 #else /* !defined(UKERNEL) */
106
107 /* This section for user space compiles only */
108
109 /* 
110  * Copyright 2000, International Business Machines Corporation and others.
111  * All Rights Reserved.
112  * 
113  * This software has been released under the terms of the IBM Public
114  * License.  For details, see the LICENSE file in the top-level source
115  * directory or online at http://www.openafs.org/dl/license10.html
116  */
117
118
119 #ifndef AFS_PARAM_H
120 #define AFS_PARAM_H
121
122 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
123  * it's a judgment call. If something is obviously i386 specific, use that
124  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
125  * in the sysname is the current version of the client. This takes into
126  * account the perferred OS user space configuration as well as the kernel.
127  */
128
129 #define UKERNEL                        1        /* user space kernel */
130 #define AFS_ENV                        1
131 #define AFS_USR_LINUX20_ENV    1
132 #define AFS_USR_LINUX22_ENV    1
133 #define AFS_USR_LINUX24_ENV    1
134 #define AFS_USR_LINUX26_ENV    1
135 #define AFS_NONFSTRANS 1
136
137 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
138 #define AFS_SYSCALL 1141
139 #define AFS_64BIT_IOPS_ENV  1
140 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
141 #include <afs/afs_sysnames.h>
142
143 #define AFS_USERSPACE_IP_ADDR 1
144 #define RXK_LISTENER_ENV 1
145 #define AFS_GCPAGS             0        /* if nonzero, garbage collect PAGs */
146
147
148 /* Machine / Operating system information */
149 #define SYS_NAME        "ia64_linux26"
150 #define SYS_NAME_ID     SYS_NAME_ID_ia64_linux26
151 #define AFSLITTLE_ENDIAN    1
152 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
153 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
154 #define AFS_VM_RDWR_ENV            1    /* read/write implemented via VM */
155
156 #define        afsio_iov       uio_iov
157 #define        afsio_iovcnt    uio_iovcnt
158 #define        afsio_offset    uio_offset
159 #define        afsio_seg       uio_segflg
160 #define        afsio_fmode     uio_fmode
161 #define        afsio_resid     uio_resid
162 #define        AFS_UIOSYS      1
163 #define        AFS_UIOUSER     UIO_USERSPACE
164 #define        AFS_CLBYTES     MCLBYTES
165 #define        AFS_MINCHANGE   2
166 #define        VATTR_NULL      usr_vattr_null
167
168 #define AFS_DIRENT
169 #ifndef CMSERVERPREF
170 #define CMSERVERPREF
171 #endif
172
173 #define USE_UCONTEXT            /* should be in afsconfig.h */
174
175 #endif /* AFS_PARAM_H */
176
177 #endif /* !defined(UKERNEL) */