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