Linux-6.9: file_lock mbrs moved to file_lock_core
[openafs.git] / src / config / param.ppc64le_linux26.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 /* This section for kernel space compiles only */
15 #define AFS_PPC64_LINUX_ENV     1
16 #define AFS_LINUX_64BIT_KERNEL  1
17 #define AFS_64BITPOINTER_ENV    1     /* pointers are 64 bits */
18 #define AFS_64BITUSERPOINTER_ENV        1
19
20 #else /* !defined(UKERNEL) */
21
22 /* This section for user space compiles only */
23 #define UKERNEL                 1       /* user space kernel */
24
25 #endif /* !defined(UKERNEL) */
26
27 /* Machine / Operating system information */
28 #define SYS_NAME        "ppc64le_linux26"
29 #define SYS_NAME_ID     SYS_NAME_ID_ppc64le_linux26
30
31 #endif /* AFS_PARAM_H */