Linux: Fix USE_UCONTEXT detection
[openafs.git] / src / config / param.sun4x_510.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 #define AFS_VFS_ENV             1
8 /* Used only in vfsck code; is it needed any more???? */
9
10 #define AFS_VFSINCL_ENV         1       /* NOBODY uses this.... */
11 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
12 #define AFS_ENV                 1
13 #define AFS_SUN_ENV             1
14 #define AFS_SUN5_ENV            1
15 #define AFS_SUN52_ENV           1
16 #define AFS_SUN53_ENV           1
17 #define AFS_SUN54_ENV           1
18 #define AFS_SUN55_ENV           1
19 #define AFS_SUN56_ENV           1
20 #define AFS_SUN57_ENV           1
21 #define AFS_SUN58_ENV           1
22 #define AFS_SUN59_ENV           1
23 #define AFS_SUN510_ENV          1
24 #define AFS_BOZONLOCK_ENV       1
25
26 #define AFS_64BIT_CLIENT        1
27
28 #define AFS_HAVE_FLOCK_SYSID    1
29
30 #ifdef AFS_NAMEI_ENV
31 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
32 #else /* AFS_NAMEI_ENV */
33 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
34 #endif /* AFS_NAMEI_ENV */
35
36 #define AFS_CACHE_VNODE_PATH 1
37
38 #include <afs/afs_sysnames.h>
39
40 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
41 #define RXK_LISTENER_ENV        1
42 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
43
44 #define AFS_SYSCALL             65
45
46 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
47 #define AFS_MOUNT_AFS    "afs"
48
49 /* Machine / Operating system information */
50 #define sys_sun4x_510           1
51 #define SYS_NAME                "sun4x_510"
52 #define SYS_NAME_ID             SYS_NAME_ID_sun4x_510
53 #define AFSBIG_ENDIAN           1
54 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
55 #define AFS_HAVE_VXFS           1       /* Support cache on Veritas vxfs file system */
56 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
57 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
58 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
59 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
60
61 #define NEARINODE_HINT          1       /* hint to ufs module to scatter inodes on disk */
62 #define nearInodeHash(volid, hval) {                                 \
63                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
64                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
65                     (hval) *= 173;                      \
66                     (hval) += *ts;                      \
67                 }                                       \
68                 }
69
70 /* Extra kernel definitions (from kdefs file) */
71 #ifdef KERNEL
72 /* sun definitions here */
73 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
74 #define AFS_SYSVLOCK            1       /* sys v locking supported */
75 #define afsio_iov               uio_iov
76 #define afsio_iovcnt            uio_iovcnt
77 #define afsio_offset            uio_loffset
78 #define afsio_seg               uio_segflg
79 #define afsio_fmode             uio_fmode
80 #define afsio_resid             uio_resid
81 #define AFS_UIOSYS              UIO_SYSSPACE
82 #define AFS_UIOUSER             UIO_USERSPACE
83 #define AFS_CLBYTES             MCLBYTES
84 #define AFS_MINCHANGE           2
85 #define osi_GetTime(x)          uniqtime32(x)
86
87 /**
88   * These defines are for the 64 bit Solaris 7 port
89   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
90   */
91 #if defined(__sparcv9)
92 #define AFS_SUN57_64BIT_ENV     1
93 #define AFS_64BIT_INO           1
94 #endif
95
96 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
97 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
98 #define AFS_KFREE               kmem_free
99 #define VATTR_NULL              vattr_null
100 #endif /* KERNEL */
101 #define AFS_DIRENT
102 #ifndef CMSERVERPREF
103 #define CMSERVERPREF
104 #endif
105 #define ROOTINO                 UFSROOTINO
106
107 #endif /* AFS_PARAM_H */
108
109 #else /* !defined(UKERNEL) */
110
111 /* This section for user space compiles only */
112
113 #ifndef AFS_PARAM_H
114 #define AFS_PARAM_H
115
116 #define AFS_VFS_ENV             1
117 /* Used only in vfsck code; is it needed any more???? */
118 #define RXK_LISTENER_ENV        1
119 #define AFS_USERSPACE_IP_ADDR   1
120 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
121
122 #define UKERNEL                 1       /* user space kernel */
123 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
124 #define AFS_ENV                 1
125 #define AFS_USR_SUN5_ENV        1
126 #define AFS_USR_SUN6_ENV        1
127 #define AFS_USR_SUN7_ENV        1
128 #define AFS_USR_SUN8_ENV        1
129 #define AFS_USR_SUN9_ENV        1
130
131 #include <afs/afs_sysnames.h>
132
133 #if 0
134 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
135 #endif
136
137 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
138 #define AFS_SYSCALL             65
139
140 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
141 #define AFS_MOUNT_AFS           1
142
143 /* Machine / Operating system information */
144 #define sys_sun4x_59            1
145 #define SYS_NAME                "sun4x_59"
146 #define SYS_NAME_ID             SYS_NAME_ID_sun4x_59
147 #define AFSBIG_ENDIAN           1
148 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
149 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
150 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
151
152 /* Extra kernel definitions (from kdefs file) */
153 #ifdef KERNEL
154 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
155 #define AFS_SYSVLOCK            1       /* sys v locking supported */
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 #endif /* KERNEL */
168 #define AFS_DIRENT
169 #ifndef CMSERVERPREF
170 #define CMSERVERPREF
171 #endif
172 #define ROOTINO                 UFSROOTINO
173
174 #endif /* AFS_PARAM_H */
175
176 #endif /* !defined(UKERNEL) */