linux-always-glock-20050427
[openafs.git] / src / config / param.i386_umlinux22.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 #ifndef AFS_PARAM_H
14 #define AFS_PARAM_H
15
16 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
17  * it's a judgment call. If something is obviously i386 specific, use that
18  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
19  * in the sysname is the current version of the client. This takes into
20  * account the perferred OS user space configuration as well as the kernel.
21  */
22
23 #define AFS_LINUX20_ENV 1
24 #define AFS_LINUX22_ENV 1
25 #define AFS_I386_LINUX20_ENV    1
26 #define AFS_I386_LINUX22_ENV    1
27 #define AFS_I386_UMLINUX20_ENV  1
28 #define AFS_I386_UMLINUX22_ENV  1
29 #define AFS_NONFSTRANS 1
30
31 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
32 #define AFS_SYSCALL 137
33 #define AFS_64BIT_IOPS_ENV  1
34 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
35
36 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
37 #include <linux/config.h>
38 #ifdef CONFIG_SMP
39 #undef CONFIG_SMP
40 #endif
41 /* Using "AFS_SMP" to map to however many #define's are required to get
42  * MP to compile for Linux
43  */
44 #ifdef AFS_SMP
45 #define CONFIG_SMP 1
46 #ifndef CONFIG_X86_LOCAL_APIC
47 #define CONFIG_X86_LOCAL_APIC 1
48 #endif
49 #ifndef __SMP__
50 #define __SMP__
51 #endif
52 #endif
53 #define AFS_GLOBAL_SUNLOCK
54
55 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
56 #define MODVERSIONS
57 #include <linux/modversions.h>
58 #endif
59
60 #endif /* __KERNEL__  && !DUMP_KERNEL */
61
62 #include <afs/afs_sysnames.h>
63
64 #define AFS_USERSPACE_IP_ADDR 1
65 #define RXK_LISTENER_ENV 1
66 #define AFS_GCPAGS       2      /* Set to Userdisabled, allow sysctl to override */
67
68
69 /* Machine / Operating system information */
70 #define SYS_NAME        "i386_umlinux22"
71 #define SYS_NAME_ID     SYS_NAME_ID_i386_umlinux22
72 #define AFSLITTLE_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 #define AFS_USE_GETTIMEOFDAY       1    /* use gettimeofday to implement rx clock */
77
78 #ifdef KERNEL
79 #ifndef MIN
80 #define MIN(A,B) ((A) < (B) ? (A) : (B))
81 #endif
82 #ifndef MAX
83 #define MAX(A,B) ((A) > (B) ? (A) : (B))
84 #endif
85 #endif /* KERNEL */
86
87 #endif /* AFS_PARAM_H */
88
89 #else /* !defined(UKERNEL) */
90
91 /* This section for user space compiles only */
92
93 /*
94  * Copyright 2000, International Business Machines Corporation and others.
95  * All Rights Reserved.
96  * 
97  * This software has been released under the terms of the IBM Public
98  * License.  For details, see the LICENSE file in the top-level source
99  * directory or online at http://www.openafs.org/dl/license10.html
100  */
101
102 #ifndef AFS_PARAM_H
103 #define AFS_PARAM_H
104
105 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
106  * it's a judgment call. If something is obviously i386 specific, use that
107  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
108  * in the sysname is the current version of the client. This takes into
109  * account the perferred OS user space configuration as well as the kernel.
110  */
111
112 #define UKERNEL                 1       /* user space kernel */
113 #define AFS_ENV                 1
114 #define AFS_USR_LINUX20_ENV     1
115 #define AFS_USR_LINUX22_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        "i386_umlinux22"
131 #define SYS_NAME_ID     SYS_NAME_ID_i386_umlinux22
132 #define AFSLITTLE_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) */