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