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