DEVEL15-unix-mkvers-xml-20090526
[openafs.git] / src / config / param.ppc_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 ppc 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_PPC_LINUX20_ENV    1
18 #define AFS_PPC_LINUX22_ENV    1
19 #define AFS_PPC_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_ENV   1
25 #define AFS_64BIT_CLIENT        1
26 #define AFS_64BIT_IOPS_ENV  1
27 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
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 __SMP__
41 #define __SMP__
42 #endif
43 #endif
44 #define AFS_GLOBAL_SUNLOCK
45
46 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
47 #define MODVERSIONS
48 #include <linux/modversions.h>
49 #endif
50 #endif /* __KERNEL__  && !DUMP_KERNEL */
51
52 #include <afs/afs_sysnames.h>
53
54 #define AFS_USERSPACE_IP_ADDR 1
55 #define RXK_LISTENER_ENV 1
56 #define AFS_GCPAGS       1
57
58 /* Machine / Operating system information */
59 #define SYS_NAME       "ppc_linux24"
60 #define SYS_NAME_ID    SYS_NAME_ID_ppc_linux24
61 #define AFSBIG_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 #ifdef __GLIBC__
77 #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
78 #define USE_UCONTEXT
79 #endif
80 #endif
81
82 #endif /* AFS_PARAM_H */
83
84 #else /* !defined(UKERNEL) */
85
86 /* This section for user space compiles only */
87
88 #ifndef AFS_PARAM_H
89 #define AFS_PARAM_H
90
91 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
92  * it's a judgment call. If something is obviously ppc specific, use that
93  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
94  * in the sysname is the current version of the client. This takes into
95  * account the perferred OS user space configuration as well as the kernel.
96  */
97
98 #define UKERNEL                        1        /* user space kernel */
99 #define AFS_ENV                        1
100 #define AFS_USR_LINUX20_ENV    1
101 #define AFS_USR_LINUX22_ENV    1
102 #define AFS_USR_LINUX24_ENV    1
103 #define AFS_NONFSTRANS 1
104
105 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
106 #define AFS_SYSCALL 137
107 #define AFS_64BIT_IOPS_ENV  1
108 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
109 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
110 #include <afs/afs_sysnames.h>
111
112 #define AFS_USERSPACE_IP_ADDR 1
113 #define RXK_LISTENER_ENV 1
114 #define AFS_GCPAGS             0        /* if nonzero, garbage collect PAGs */
115
116
117 /* Machine / Operating system information */
118 #define SYS_NAME       "ppc_linux24"
119 #define SYS_NAME_ID    SYS_NAME_ID_ppc_linux24
120 #define AFSBIG_ENDIAN       1
121 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
122 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
123 #define AFS_VM_RDWR_ENV            1    /* read/write implemented via VM */
124
125 #define        afsio_iov       uio_iov
126 #define        afsio_iovcnt    uio_iovcnt
127 #define        afsio_offset    uio_offset
128 #define        afsio_seg       uio_segflg
129 #define        afsio_fmode     uio_fmode
130 #define        afsio_resid     uio_resid
131 #define        AFS_UIOSYS      1
132 #define        AFS_UIOUSER     UIO_USERSPACE
133 #define        AFS_CLBYTES     MCLBYTES
134 #define        AFS_MINCHANGE   2
135 #define        VATTR_NULL      usr_vattr_null
136
137 #define AFS_DIRENT
138 #ifndef CMSERVERPREF
139 #define CMSERVERPREF
140 #endif
141
142 #endif /* AFS_PARAM_H */
143
144 #endif /* !defined(UKERNEL) */