DEVEL15-linux-afs-translator-xen-20060731
[openafs.git] / src / config / param.ppc_linux26.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_LINUX26_ENV        1
18 #define AFS_PPC_LINUX20_ENV    1
19 #define AFS_PPC_LINUX22_ENV    1
20 #define AFS_PPC_LINUX24_ENV    1
21 #define AFS_PPC_LINUX26_ENV 1
22
23 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
24 #define AFS_SYSCALL 137
25 #define AFS_64BIT_ENV   1
26 #define AFS_64BIT_CLIENT        1
27 #define AFS_64BIT_IOPS_ENV  1
28 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
29
30 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
31 #include <linux/threads.h>
32
33 #include <linux/config.h>
34 #ifdef CONFIG_SMP
35 #ifndef AFS_SMP
36 #define AFS_SMP 1
37 #endif
38 #endif
39 /* Using "AFS_SMP" to map to however many #define's are required to get
40  * MP to compile for Linux
41  */
42 #ifdef AFS_SMP
43 #ifndef CONFIG_SMP
44 #define CONFIG_SMP 1
45 #endif
46 #ifndef __SMP__
47 #define __SMP__
48 #endif
49 #endif
50 #define AFS_GLOBAL_SUNLOCK
51
52 #endif /* __KERNEL__  && !DUMP_KERNEL */
53
54 #include <afs/afs_sysnames.h>
55
56 #define AFS_USERSPACE_IP_ADDR 1
57 #define RXK_LISTENER_ENV 1
58 #define AFS_GCPAGS       1
59
60 /* Machine / Operating system information */
61 #define SYS_NAME       "ppc_linux26"
62 #define SYS_NAME_ID    SYS_NAME_ID_ppc_linux26
63 #define AFSBIG_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 #endif /* AFS_PARAM_H */
79
80 #else /* !defined(UKERNEL) */
81
82 /* This section for user space compiles only */
83
84 #ifndef AFS_PARAM_H
85 #define AFS_PARAM_H
86
87 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
88  * it's a judgment call. If something is obviously ppc specific, use that
89  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
90  * in the sysname is the current version of the client. This takes into
91  * account the perferred OS user space configuration as well as the kernel.
92  */
93
94 #define UKERNEL                        1        /* user space kernel */
95 #define AFS_ENV                        1
96 #define AFS_USR_LINUX20_ENV    1
97 #define AFS_USR_LINUX22_ENV    1
98 #define AFS_USR_LINUX24_ENV    1
99 #define AFS_USR_LINUX26_ENV 1
100 #define AFS_NONFSTRANS 1
101
102 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
103 #define AFS_SYSCALL 137
104 #define AFS_64BIT_IOPS_ENV  1
105 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
106 #include <afs/afs_sysnames.h>
107
108 #define AFS_USERSPACE_IP_ADDR 1
109 #define RXK_LISTENER_ENV 1
110 #define AFS_GCPAGS             0        /* if nonzero, garbage collect PAGs */
111
112
113 /* Machine / Operating system information */
114 #define SYS_NAME       "ppc_linux26"
115 #define SYS_NAME_ID    SYS_NAME_ID_ppc_linux26
116 #define AFSBIG_ENDIAN       1
117 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
118 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
119 #define AFS_VM_RDWR_ENV            1    /* read/write implemented via VM */
120
121 #define        afsio_iov       uio_iov
122 #define        afsio_iovcnt    uio_iovcnt
123 #define        afsio_offset    uio_offset
124 #define        afsio_seg       uio_segflg
125 #define        afsio_fmode     uio_fmode
126 #define        afsio_resid     uio_resid
127 #define        AFS_UIOSYS      1
128 #define        AFS_UIOUSER     UIO_USERSPACE
129 #define        AFS_CLBYTES     MCLBYTES
130 #define        AFS_MINCHANGE   2
131 #define        VATTR_NULL      usr_vattr_null
132
133 #define AFS_DIRENT
134 #ifndef CMSERVERPREF
135 #define CMSERVERPREF
136 #endif
137
138 #endif /* AFS_PARAM_H */
139
140 #endif /* !defined(UKERNEL) */