afsd-allow-maxmtu-override-20090530
[openafs.git] / src / config / param.s390x_linux24.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 #ifndef UKERNEL
14
15 /* This section for kernel libafs compiles only */
16 #define AFS_S390_LINUX20_ENV    1
17 #define AFS_S390_LINUX22_ENV    1
18 #define AFS_S390_LINUX24_ENV    1
19 #define AFS_S390X_LINUX20_ENV   1
20 #define AFS_S390X_LINUX22_ENV   1
21 #define AFS_S390X_LINUX24_ENV   1
22
23 #define AFS_64BITPOINTER_ENV    1
24 #define AFS_64BIT_KERNEL        1
25
26 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
27 #ifdef AFS_SMP
28 #ifndef CONFIG_S390_LOCAL_APIC
29 #define CONFIG_S390_LOCAL_APIC 1
30 #endif
31 #endif
32 #endif /* __KERNEL__  && !DUMP_KERNEL */
33
34 #else /* !defined(UKERNEL) */
35
36 /* This section for user space compiles only */
37 #define UKERNEL                 1       /* user space kernel */
38 #define AFS_S390X_LINUX20_ENV   1
39 #define AFS_S390X_LINUX22_ENV   1
40 #define AFS_S390X_LINUX24_ENV   1
41
42 #define AFS_64BITPOINTER_ENV    1
43
44 #endif /* !defined(UKERNEL) */
45
46 /* Machine / Operating system information */
47 #define SYS_NAME                "s390x_linux24"
48 #define SYS_NAME_ID             SYS_NAME_ID_s390x_linux24
49 #define AFS_SYSCALL             137
50 #define AFSBIG_ENDIAN           1
51
52 #endif /* AFS_PARAM_H */