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