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