DEVEL15-linux-ucontext-fixes-20080630
[openafs.git] / src / config / param.alpha_linux_26.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 /* Linux 2.2.16 kernel on Alpha with glibc 2.2 */
8
9 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
10  * it's a judgment call. If something is obviously sparc64 specific, use that
11  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
12  * in the sysname is the current version of the client. This takes into
13  * account the perferred OS user space configuration as well as the kernel.
14  */
15
16 #define AFS_LINUX20_ENV        1
17 #define AFS_LINUX22_ENV        1
18 #define AFS_LINUX24_ENV     1
19 #define AFS_LINUX26_ENV     1
20 #define AFS_ALPHA_LINUX20_ENV  1
21 #define AFS_ALPHA_LINUX22_ENV  1
22 #define AFS_ALPHA_LINUX24_ENV  1
23 #define AFS_ALPHA_LINUX26_ENV  1
24 #define __alpha        1
25 #define AFS_LINUX_64BIT_KERNEL 1
26
27 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
28 #define AFS_SYSCALL 338
29 #define AFS_64BIT_IOPS_ENV  1
30 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
31
32 #define AFS_64BIT_ENV          1
33 #define AFS_64BIT_CLIENT       1
34 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
35
36
37 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
38
39 #ifdef CONFIG_SMP
40 #ifndef AFS_SMP
41 #define AFS_SMP 1
42 #endif
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 #ifndef CONFIG_SMP
49 #define CONFIG_SMP 1
50 #endif
51 #ifndef __SMP__
52 #define __SMP__
53 #endif
54 #endif
55 #define AFS_GLOBAL_SUNLOCK
56 #endif /* __KERNEL__  && !DUMP_KERNEL */
57
58 #include <afs/afs_sysnames.h>
59 #define AFS_USERSPACE_IP_ADDR 1
60 #define RXK_LISTENER_ENV 1
61 #define AFS_GCPAGS       1
62
63 #define AFSLITTLE_ENDIAN    1
64 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
65 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
66 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
67 #define AFS_USE_GETTIMEOFDAY       1    /* use gettimeofday to implement rx clock */
68
69 #ifdef KERNEL
70 #ifndef MIN
71 #define MIN(A,B) ((A) < (B) ? (A) : (B))
72 #endif
73 #ifndef MAX
74 #define MAX(A,B) ((A) > (B) ? (A) : (B))
75 #endif
76 #endif /* KERNEL */
77
78 /* Machine / Operating system information */
79 #define SYS_NAME       "alpha_linux_26"
80 #define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_26
81
82 #ifdef __GLIBC__
83 #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
84 #define USE_UCONTEXT
85 #endif
86 #endif
87 #endif /* AFS_PARAM_H */
88                                      
89 #else /* !defined(UKERNEL) */
90
91 #ifndef AFS_PARAM_H
92 #define AFS_PARAM_H
93
94
95 #define UKERNEL                        1        /* user space kernel */
96 #define AFS_ENV                        1
97 #define AFS_USR_LINUX20_ENV    1
98 #define AFS_USR_LINUX22_ENV    1
99 #define AFS_USR_LINUX24_ENV    1
100 #define AFS_USR_LINUX26_ENV    1
101 #define AFS_NONFSTRANS 1
102
103 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
104 #define AFS_SYSCALL 338
105 #define AFS_64BIT_IOPS_ENV  1
106 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
107 #include <afs/afs_sysnames.h>
108
109 #define AFS_USERSPACE_IP_ADDR 1
110 #define RXK_LISTENER_ENV 1
111 #define AFS_GCPAGS             0        /* if nonzero, garbage collect PAGs */
112
113
114 /* Machine / Operating system information */
115 #define SYS_NAME       "alpha_linux_26"
116 #define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_26
117 #define AFSLITTLE_ENDIAN    1
118 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
119 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
120 #define AFS_VM_RDWR_ENV            1    /* read/write implemented via VM */
121
122 #define        afsio_iov       uio_iov
123 #define        afsio_iovcnt    uio_iovcnt
124 #define        afsio_offset    uio_offset
125 #define        afsio_seg       uio_segflg
126 #define        afsio_fmode     uio_fmode
127 #define        afsio_resid     uio_resid
128 #define        AFS_UIOSYS      1
129 #define        AFS_UIOUSER     UIO_USERSPACE
130 #define        AFS_CLBYTES     MCLBYTES
131 #define        AFS_MINCHANGE   2
132 #define        VATTR_NULL      usr_vattr_null
133
134 #define AFS_DIRENT
135 #ifndef CMSERVERPREF
136 #define CMSERVERPREF
137 #endif
138
139 #endif /* AFS_PARAM_H */
140
141 #endif /* !defined(UKERNEL) */