]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux-param-generator-20060831
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 31 Aug 2006 06:15:15 +0000 (06:15 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 31 Aug 2006 06:15:15 +0000 (06:15 +0000)
FIXES 36888

not yet pulling up

49 files changed:
acinclude.m4
src/config/param.alpha_linux_22.h
src/config/param.alpha_linux_22_usr.h [new file with mode: 0644]
src/config/param.alpha_linux_24.h
src/config/param.alpha_linux_24_usr.h [new file with mode: 0644]
src/config/param.alpha_linux_26.h
src/config/param.amd64_linux24.h
src/config/param.amd64_linux26.h
src/config/param.i386_linux22.h
src/config/param.i386_linux22_usr.h [new file with mode: 0644]
src/config/param.i386_linux24.h
src/config/param.i386_linux24_usr.h [new file with mode: 0644]
src/config/param.i386_linux26.h
src/config/param.i386_umlinux22.h
src/config/param.i386_umlinux22_usr.h [new file with mode: 0644]
src/config/param.i386_umlinux24.h
src/config/param.i386_umlinux24_usr.h [new file with mode: 0644]
src/config/param.i386_umlinux26.h
src/config/param.ia64_linux24.h
src/config/param.ia64_linux24_usr.h [new file with mode: 0644]
src/config/param.ia64_linux26.h
src/config/param.linux22.h [new file with mode: 0644]
src/config/param.linux24.h [new file with mode: 0644]
src/config/param.linux26.h [new file with mode: 0644]
src/config/param.parisc_linux24.h
src/config/param.parisc_linux24_usr.h [new file with mode: 0644]
src/config/param.ppc64_linux24.h
src/config/param.ppc64_linux26.h
src/config/param.ppc_linux22.h
src/config/param.ppc_linux22_usr.h [new file with mode: 0644]
src/config/param.ppc_linux24.h
src/config/param.ppc_linux24_usr.h [new file with mode: 0644]
src/config/param.ppc_linux26.h
src/config/param.s390_linux22.h
src/config/param.s390_linux22_usr.h [new file with mode: 0644]
src/config/param.s390_linux24.h
src/config/param.s390_linux24_usr.h [new file with mode: 0644]
src/config/param.s390_linux26.h
src/config/param.s390x_linux24.h
src/config/param.s390x_linux26.h
src/config/param.sparc64_linux22.h
src/config/param.sparc64_linux22_usr.h [new file with mode: 0644]
src/config/param.sparc64_linux24.h
src/config/param.sparc64_linux24_usr.h [new file with mode: 0644]
src/config/param.sparc64_linux26.h
src/config/param.sparc_linux22.h
src/config/param.sparc_linux22_usr.h [new file with mode: 0644]
src/config/param.sparc_linux24.h
src/config/param.sparc_linux24_usr.h [new file with mode: 0644]

index fb875e1beb07dcda6e65fa29bbbf6ff87ae6db15..b541d6c965c173712764240e6fe96c7ff53f9ec4 100644 (file)
@@ -519,6 +519,7 @@ else
                        fi
                        _AFS_SYSNAME=`echo $AFS_SYSNAME|sed s/XX\$/$AFS_SYSKVERS/`
                        AFS_SYSNAME="$_AFS_SYSNAME"
+                       AFS_PARAM_COMMON="param.linux${AFS_SYSKVERS}.h"
                        save_CPPFLAGS="$CPPFLAGS"
                        CPPFLAGS="-I${LINUX_KERNEL_PATH}/include $CPPFLAGS"
                        AC_TRY_COMPILE(
index 48163252634f2f7b33885c3eb1ac7acf7ce3a91e..069b6175b3ab445a2a4ef5de8ebae07aa6f23c07 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
-#ifndef _PARAM_ALPHA_LINUX2216_22_H_
-#define _PARAM_ALPHA_LINUX2216_22_H_
-
-/* Linux 2.2.16 kernel on Alpha with glibc 2.2 */
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_ALPHA_LINUX20_ENV  1
-#define AFS_ALPHA_LINUX22_ENV  1
-#define __alpha        1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_22"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
+#ifndef AFS_PARAM_H
+#define AFS_PARAM_H
 
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* _PARAM_ALPHA_LINUX2216_22_H_ */
+/* This section for kernel libafs compiles only */
+#define AFS_ALPHA_LINUX20_ENV  1
+#define AFS_ALPHA_LINUX22_ENV  1
+#define __alpha                        1
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef _PARAM_ALPHA_LINUX2216_22_USR_H_
-#define _PARAM_ALPHA_LINUX2216_22_USR_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_64BIT_ENV       1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_22"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#define SYS_NAME               "alpha_linux_22"
+#define SYS_NAME_ID            SYS_NAME_ID_alpha_linux_22
+#define AFS_SYSCALL            338
+#define AFSLITTLE_ENDIAN       1
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
-
-#endif /* _PARAM_ALPHA_LINUX2216_22_USR_H_ */
-
-#endif /* !defined(UKERNEL) */
+#endif /* AFS_PARAM_H */
diff --git a/src/config/param.alpha_linux_22_usr.h b/src/config/param.alpha_linux_22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 31da56eee427b6e6d433a35135de046608d50618..485a0a6a4ea4867d32d83271b2d31a4ba05dce80 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
-#ifndef _PARAM_ALPHA_LINUX_24_H_
-#define _PARAM_ALPHA_LINUX_24_H_
-
-/* Linux 2.2.16 kernel on Alpha with glibc 2.2 */
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV     1
-#define AFS_ALPHA_LINUX20_ENV  1
-#define AFS_ALPHA_LINUX22_ENV  1
-#define AFS_ALPHA_LINUX24_ENV  1
-#define __alpha        1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_24"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
+#ifndef AFS_PARAM_H
+#define AFS_PARAM_H
 
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* _PARAM_ALPHA_LINUX_24_H_ */
+/* This section for kernel libafs compiles only */
+#define AFS_ALPHA_LINUX20_ENV  1
+#define AFS_ALPHA_LINUX22_ENV  1
+#define AFS_ALPHA_LINUX24_ENV  1
+#define __alpha                        1
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef _PARAM_ALPHA_LINUX_24_USR_H_
-#define _PARAM_ALPHA_LINUX_24_USR_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_64BIT_ENV       1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_24"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#define SYS_NAME               "alpha_linux_24"
+#define SYS_NAME_ID            SYS_NAME_ID_alpha_linux_24
+#define AFS_SYSCALL            338
+#define AFSLITTLE_ENDIAN       1
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
-
-#endif /* _PARAM_ALPHA_LINUX_24_USR_H_ */
-
-#endif /* !defined(UKERNEL) */
+#endif /* AFS_PARAM_H */
diff --git a/src/config/param.alpha_linux_24_usr.h b/src/config/param.alpha_linux_24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 3ba85d18dee9b977aff5b334d91212bddaa7fabc..ddb2ec84d1f8c33d2d6c6c047f2687cc8d333c79 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* Linux 2.2.16 kernel on Alpha with glibc 2.2 */
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV     1
-#define AFS_LINUX26_ENV     1
-#define AFS_ALPHA_LINUX20_ENV  1
-#define AFS_ALPHA_LINUX22_ENV  1
-#define AFS_ALPHA_LINUX24_ENV  1
-#define AFS_ALPHA_LINUX26_ENV  1
-#define __alpha        1
-#define AFS_LINUX_64BIT_KERNEL 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
-
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
  */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_26"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_26
-
-
-#endif /* AFS_PARAM_H */
-                                    
-#else /* !defined(UKERNEL) */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
+#ifndef UKERNEL
 
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
+/* This section for kernel libafs compiles only */
+#define AFS_ALPHA_LINUX20_ENV  1
+#define AFS_ALPHA_LINUX22_ENV  1
+#define AFS_ALPHA_LINUX24_ENV  1
+#define AFS_ALPHA_LINUX26_ENV  1
+#define __alpha                        1
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 338
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
+#else /* !defined(UKERNEL) */
 
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+/* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "alpha_linux_26"
-#define SYS_NAME_ID    SYS_NAME_ID_alpha_linux_26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "alpha_linux_26"
+#define SYS_NAME_ID            SYS_NAME_ID_alpha_linux_26
+#define AFS_SYSCALL            338
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 44a9994f6757196f4c692154bd627443566c2f61..c414fa0f7e67951148d62fb2cf801f000895b94d 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * 
  * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
+ * License.    For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously amd64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_AMD64_LINUX20_ENV  1
 #define AFS_AMD64_LINUX22_ENV  1
 #define AFS_AMD64_LINUX24_ENV  1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 183
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1
-
-#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "amd64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_amd64_linux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#define USE_UCONTEXT           /* should be in afsconfig.h */
-
-#endif /* _PARAM_AMD64_LINUX20_H_ */
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously amd64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 183
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
 
-/* Machine / Operating system information */
-#define SYS_NAME       "amd64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_amd64_linux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#endif /* !defined(UKERNEL) */
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
+#ifndef USE_UCONTEXT
+#define USE_UCONTEXT
 #endif
 
-#define USE_UCONTEXT           /* should be in afsconfig.h */
+/* Machine / Operating system information */
+#define SYS_NAME               "amd64_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_amd64_linux24
+#define AFS_SYSCALL            183
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 52c05ec876572b242f95353c4d4ffdeb84f7e693..2ad1196b9e1905fbf2effa7a0c778a1ed47a3098 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/* 
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ * 
+ * This software has been released under the terms of the IBM Public
+ * License.    For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously amd64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_AMD64_LINUX20_ENV   1
-#define AFS_AMD64_LINUX22_ENV   1
-#define AFS_AMD64_LINUX24_ENV   1
-#define AFS_AMD64_LINUX26_ENV   1
-#define AFS_LINUX_64BIT_KERNEL 1
+#ifndef UKERNEL
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 183
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
+/* This section for kernel libafs compiles only */
+#define AFS_AMD64_LINUX20_ENV  1
+#define AFS_AMD64_LINUX22_ENV  1
+#define AFS_AMD64_LINUX24_ENV  1
+#define AFS_AMD64_LINUX26_ENV  1
+#define AFS_LINUX_64BIT_KERNEL 1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "amd64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_amd64_linux26
-
-#define USE_UCONTEXT
-
-#endif /* AFS_PARAM_H */
-
-
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously amd64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 183
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
-
-/* Machine / Operating system information */
-#define SYS_NAME       "amd64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_amd64_linux26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#endif /* !defined(UKERNEL) */
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
+#ifndef USE_UCONTEXT
+#define USE_UCONTEXT
 #endif
 
-#define USE_UCONTEXT
+/* Machine / Operating system information */
+#define SYS_NAME               "amd64_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_amd64_linux26
+#define AFS_SYSCALL            183
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 24f3183d464267587f45bf9849d3159847fb40fd..a418bdd6413ab86617e18ed4f24fefad02f10afd 100644 (file)
@@ -1,10 +1,7 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_I386_LINUX20_ENV   1
 #define AFS_I386_LINUX22_ENV   1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef CONFIG_X86_LOCAL_APIC
+#ifndef CONFIG_X86_LOCAL_APIC 
 #define CONFIG_X86_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
 #endif
-
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
-
 /* This section for user space compiles only */
 
-/*
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "i386_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_linux22"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_linux22
+#define AFSLITTLE_ENDIAN       1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.i386_linux22_usr.h b/src/config/param.i386_linux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index a357fa04a5e09d3c1a43677d28d5cd31e49998c5..cb0f19115b342eb6a6d1edeae64bc54a9612ecdb 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_I386_LINUX20_ENV   1
-#define AFS_I386_LINUX22_ENV   1
-#define AFS_I386_LINUX24_ENV   1
-#define AFS_NONFSTRANS 1
+#ifndef UKERNEL
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
+/* This section for kernel libafs compiles only */
+#define AFS_I386_LINUX20_ENV   1
+#define AFS_I386_LINUX22_ENV   1
+#define AFS_I386_LINUX24_ENV   1
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
-#define CONFIG_SMP 1
 #ifndef CONFIG_X86_LOCAL_APIC
 #define CONFIG_X86_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
 #endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#ifndef KERNEL
-#define __USE_LARGEFILE64 1
-#if !defined off64_t
-#define off64_t __off64_t
-#endif
-#endif
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
-
-#endif /* AFS_PARAM_H */
-
-
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "i386_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_linux24
+#define AFSLITTLE_ENDIAN       1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.i386_linux24_usr.h b/src/config/param.i386_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 0ad2cd7bdab5168304f5b8175088c9d0bc0cd850..35ff06698a8174cd202bfe2e5039871ac1f831af 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_I386_LINUX20_ENV   1
-#define AFS_I386_LINUX22_ENV   1
-#define AFS_I386_LINUX24_ENV   1
-#define AFS_I386_LINUX26_ENV   1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef CONFIG_X86_LOCAL_APIC
-#define CONFIG_X86_LOCAL_APIC 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#ifndef KERNEL
-#define __USE_LARGEFILE64 1
-#if !defined off64_t
-#define off64_t __off64_t
-#endif
-#endif
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux26
-
-#ifdef __GLIBC__
-#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
-#define USE_UCONTEXT
-#endif
-#endif
-#endif /* AFS_PARAM_H */
-
+#ifndef UKERNEL
 
+/* This section for kernel libafs compiles only */
+#define AFS_I386_LINUX20_ENV   1
+#define AFS_I386_LINUX22_ENV   1
+#define AFS_I386_LINUX24_ENV   1
+#define AFS_I386_LINUX26_ENV   1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "i386_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_linux26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_linux26
+#define AFSLITTLE_ENDIAN       1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 55c7c70f9338569e11c120077b26702e8c628c01..97f47f909f0179e00523c3fff4823cb5f83c2381 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_I386_LINUX20_ENV   1
 #define AFS_I386_LINUX22_ENV   1
 #define AFS_I386_UMLINUX20_ENV 1
 #define AFS_I386_UMLINUX22_ENV 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
 #define CONFIG_SMP 1
 #ifndef CONFIG_X86_LOCAL_APIC
 #define CONFIG_X86_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
 #endif
-
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux22"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/*
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux22"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux22
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_umlinux22"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_umlinux22
+#define AFSLITTLE_ENDIAN       1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.i386_umlinux22_usr.h b/src/config/param.i386_umlinux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 7b43b59bfde29d3ee8eaa3db165ce8abff804928..7f1c9c38b6fa835f4a3017187ff8736922d20454 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.    For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_I386_LINUX20_ENV   1
-#define AFS_I386_LINUX22_ENV   1
-#define AFS_I386_LINUX24_ENV   1
-#define AFS_I386_UMLINUX20_ENV 1
-#define AFS_I386_UMLINUX22_ENV 1
-#define AFS_I386_UMLINUX24_ENV 1
-#define AFS_NONFSTRANS 1
+#ifndef UKERNEL
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
+/* This section for kernel libafs compiles only */
+#define AFS_I386_LINUX20_ENV   1
+#define AFS_I386_LINUX22_ENV   1
+#define AFS_I386_LINUX24_ENV   1
+#define AFS_I386_UMLINUX20_ENV 1
+#define AFS_I386_UMLINUX22_ENV 1
+#define AFS_I386_UMLINUX24_ENV 1
 
 #ifdef AFS_LARGEFILE_ENV
 #define _FILE_OFFSET_BITS      64
 #endif
 
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef CONFIG_X86_LOCAL_APIC
-#define CONFIG_X86_LOCAL_APIC 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux24"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux24
-
-#endif /* AFS_PARAM_H */
-
-
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux24"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#endif /* !defined(UKERNEL) */
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_umlinux24"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_umlinux24
+#define AFSLITTLE_ENDIAN       1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.i386_umlinux24_usr.h b/src/config/param.i386_umlinux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index e16cae4435336067a0c1464b667cf41d283e1ae8..8b70ae607ff3dffc23324b880436b1d40e7104be 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_I386_LINUX20_ENV   1
-#define AFS_I386_LINUX22_ENV   1
-#define AFS_I386_LINUX24_ENV   1
-#define AFS_I386_LINUX26_ENV   1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#define AFS_64BIT_ENV          1
-#define AFS_64BIT_CLIENT       1
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef CONFIG_X86_LOCAL_APIC
-#define CONFIG_X86_LOCAL_APIC 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#ifndef KERNEL
-#define __USE_LARGEFILE64 1
-#if !defined off64_t
-#define off64_t __off64_t
-#endif
-#endif
-
-/* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux26"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux26
-
-#endif /* AFS_PARAM_H */
-
+#ifndef UKERNEL
 
+/* This section for kernel libafs compiles only */
+#define AFS_I386_LINUX20_ENV   1
+#define AFS_I386_LINUX22_ENV   1
+#define AFS_I386_LINUX24_ENV   1
+#define AFS_I386_LINUX26_ENV   1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "i386_umlinux26"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_umlinux26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "i386_umlinux26"
+#define SYS_NAME_ID            SYS_NAME_ID_i386_umlinux26
+#define AFS_SYSCALL            137
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 74b9d8e2552de5e8b20531bbc53e18ca4fb7e87c..de0102a2f25764cea0dbe253d4508c6730676047 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * 
  * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
+ * License.    For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ia64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_IA64_LINUX20_ENV   1
 #define AFS_IA64_LINUX22_ENV   1
 #define AFS_IA64_LINUX24_ENV   1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 1141
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1       
-
-#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ia64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ia64_linux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#define USE_UCONTEXT           /* should be in afsconfig.h */
-
-#endif /* _PARAM_IA64_LINUX20_H_ */
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits */
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ia64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 1141
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
 
-/* Machine / Operating system information */
-#define SYS_NAME       "ia64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ia64_linux24
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#endif /* !defined(UKERNEL) */
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
+#ifndef USE_UCONTEXT
+#define USE_UCONTEXT
 #endif
 
-#define USE_UCONTEXT           /* should be in afsconfig.h */
+/* Machine / Operating system information */
+#define SYS_NAME               "ia64_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_ia64_linux24
+#define AFS_SYSCALL            1141
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.ia64_linux24_usr.h b/src/config/param.ia64_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index d8c884a16048c8f9934a8def99aa2921aeeb5218..8d67d2a546d12dc373cd54eddfc1bb11888c4588 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * 
  * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
+ * License.    For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ia64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_IA64_LINUX20_ENV   1
 #define AFS_IA64_LINUX22_ENV   1
 #define AFS_IA64_LINUX24_ENV   1
 #define AFS_IA64_LINUX26_ENV   1
-#define AFS_LINUX_64BIT_KERNEL 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 1141
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1       
-
+#define AFS_LINUX_64BIT_KERNEL 1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
 
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/init.h>
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-/* #include <config/modversions.h> */
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ia64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ia64_linux26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#define USE_UCONTEXT           /* should be in afsconfig.h */
-
-#endif /* _PARAM_IA64_LINUX20_H_ */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously i386 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 1141
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ia64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ia64_linux26
-#define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
+#endif /* !defined(UKERNEL) */
 
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
+#ifndef USE_UCONTEXT
+#define USE_UCONTEXT
 #endif
 
-#define USE_UCONTEXT           /* should be in afsconfig.h */
+/* Machine / Operating system information */
+#define SYS_NAME               "ia64_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_ia64_linux26
+#define AFS_SYSCALL            1141
+#define AFSLITTLE_ENDIAN       1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.linux22.h b/src/config/param.linux22.h
new file mode 100644 (file)
index 0000000..5b3b7ae
--- /dev/null
@@ -0,0 +1,119 @@
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+#ifndef AFS_PARAM_COMMON_H
+#define AFS_PARAM_COMMON_H
+
+#ifndef UKERNEL
+
+/* This section for kernel libafs compiles only */
+#define AFS_LINUX20_ENV                1
+#define AFS_LINUX22_ENV                1
+
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
+#define AFS_NONFSTRANS         1
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             2       /* Set to Userdisabled, allow sysctl to override */
+#define AFS_HAVE_FFS           1       /* Use system's ffs */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY   1       /* use gettimeofday to implement rx clock */
+
+#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/config.h>
+#ifdef CONFIG_SMP
+#ifndef AFS_SMP
+#define AFS_SMP 1
+#endif
+#endif
+/* Using "AFS_SMP" to map to however many #define's are required to get
+ * MP to compile for Linux
+ */
+#ifdef AFS_SMP
+#ifndef CONFIG_SMP
+#define CONFIG_SMP 1
+#endif
+#ifndef __SMP__
+#define __SMP__
+#endif
+#endif
+#define AFS_GLOBAL_SUNLOCK
+#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
+#define MODVERSIONS
+#include <linux/modversions.h>
+#endif
+#endif /* __KERNEL__   && !DUMP_KERNEL */
+
+#ifdef KERNEL
+#ifndef MIN
+#define MIN(A,B) ((A) < (B) ? (A) : (B))
+#endif
+#ifndef MAX
+#define MAX(A,B) ((A) > (B) ? (A) : (B))
+#endif
+#endif /* KERNEL */
+
+#ifndef KERNEL
+#define __USE_LARGEFILE64 1
+#if !defined off64_t
+#define off64_t __off64_t
+#endif
+#endif
+
+#else /* !defined(UKERNEL) */
+
+/* This section for user space compiles only */
+#define AFS_USR_LINUX20_ENV    1
+#define AFS_USR_LINUX22_ENV    1
+
+#define AFS_ENV                        1
+#define AFS_NONFSTRANS                 1
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_HAVE_FFS           1       /* Use system's ffs. */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+
+#define        afsio_iov       uio_iov
+#define        afsio_iovcnt    uio_iovcnt
+#define        afsio_offset    uio_offset
+#define        afsio_seg       uio_segflg
+#define        afsio_fmode     uio_fmode
+#define        afsio_resid     uio_resid
+#define        AFS_UIOSYS      1
+#define        AFS_UIOUSER     UIO_USERSPACE
+#define        AFS_CLBYTES     MCLBYTES
+#define        AFS_MINCHANGE   2
+#define        VATTR_NULL      usr_vattr_null
+
+#define AFS_DIRENT
+#ifndef CMSERVERPREF
+#define CMSERVERPREF
+#endif
+
+#endif /* !defined(UKERNEL) */
+
+#ifdef __GLIBC__
+#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
+#define USE_UCONTEXT
+#endif
+#endif
+
+#include <afs/afs_sysnames.h>
+
+#endif /* AFS_PARAM_COMMON_H */
diff --git a/src/config/param.linux24.h b/src/config/param.linux24.h
new file mode 100644 (file)
index 0000000..a6e2e32
--- /dev/null
@@ -0,0 +1,123 @@
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+#ifndef AFS_PARAM_COMMON_H
+#define AFS_PARAM_COMMON_H
+
+#ifndef UKERNEL
+
+/* This section for kernel libafs compiles only */
+#define AFS_LINUX20_ENV                1
+#define AFS_LINUX22_ENV                1
+#define AFS_LINUX24_ENV                1
+
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
+#define AFS_NONFSTRANS         1
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             1       /* Set to Userdisabled, allow sysctl to override */
+#define AFS_HAVE_FFS           1       /* Use system's ffs */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY   1       /* use gettimeofday to implement rx clock */
+
+#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+
+#include <linux/config.h>
+#ifdef CONFIG_SMP
+#ifndef AFS_SMP
+#define AFS_SMP 1
+#endif
+#endif
+/* Using "AFS_SMP" to map to however many #define's are required to get
+ * MP to compile for Linux
+ */
+#ifdef AFS_SMP
+#ifndef CONFIG_SMP
+#define CONFIG_SMP 1
+#endif
+#ifndef __SMP__
+#define __SMP__
+#endif
+#endif
+#define AFS_GLOBAL_SUNLOCK
+#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
+#define MODVERSIONS
+#include <linux/modversions.h>
+#endif
+#endif /* __KERNEL__   && !DUMP_KERNEL */
+
+#ifdef KERNEL
+#ifndef MIN
+#define MIN(A,B) ((A) < (B) ? (A) : (B))
+#endif
+#ifndef MAX
+#define MAX(A,B) ((A) > (B) ? (A) : (B))
+#endif
+#endif /* KERNEL */
+
+#ifndef KERNEL
+#define __USE_LARGEFILE64 1
+#if !defined off64_t
+#define off64_t __off64_t
+#endif
+#endif
+
+#else /* !defined(UKERNEL) */
+
+/* This section for user space compiles only */
+#define AFS_USR_LINUX20_ENV    1
+#define AFS_USR_LINUX22_ENV    1
+#define AFS_USR_LINUX24_ENV    1
+
+#define AFS_ENV                        1
+#define AFS_NONFSTRANS                 1
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_HAVE_FFS           1       /* Use system's ffs. */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+
+#define        afsio_iov       uio_iov
+#define        afsio_iovcnt    uio_iovcnt
+#define        afsio_offset    uio_offset
+#define        afsio_seg       uio_segflg
+#define        afsio_fmode     uio_fmode
+#define        afsio_resid     uio_resid
+#define        AFS_UIOSYS      1
+#define        AFS_UIOUSER     UIO_USERSPACE
+#define        AFS_CLBYTES     MCLBYTES
+#define        AFS_MINCHANGE   2
+#define        VATTR_NULL      usr_vattr_null
+
+#define AFS_DIRENT
+#ifndef CMSERVERPREF
+#define CMSERVERPREF
+#endif
+
+#endif /* !defined(UKERNEL) */
+
+#ifdef __GLIBC__
+#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
+#define USE_UCONTEXT
+#endif
+#endif
+
+#include <afs/afs_sysnames.h>
+
+#endif /* AFS_PARAM_COMMON_H */
diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h
new file mode 100644 (file)
index 0000000..0f353eb
--- /dev/null
@@ -0,0 +1,104 @@
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+#ifndef AFS_PARAM_COMMON_H
+#define AFS_PARAM_COMMON_H
+
+#ifndef UKERNEL
+
+/* This section for kernel libafs compiles only */
+#define AFS_LINUX20_ENV                1
+#define AFS_LINUX22_ENV                1
+#define AFS_LINUX24_ENV                1
+#define AFS_LINUX26_ENV                1
+
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_64BIT_ENV          1
+#define AFS_64BIT_CLIENT       1
+#define AFS_NONFSTRANS         1
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             1       /* Set to Userdisabled, allow sysctl to override */
+#define AFS_HAVE_FFS           1       /* Use system's ffs */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+#define AFS_USE_GETTIMEOFDAY   1       /* use gettimeofday to implement rx clock */
+
+#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
+#include <linux/threads.h>
+#include <linux/config.h>
+#define AFS_GLOBAL_SUNLOCK
+#endif /* __KERNEL__   && !DUMP_KERNEL */
+
+#ifdef KERNEL
+#ifndef MIN
+#define MIN(A,B) ((A) < (B) ? (A) : (B))
+#endif
+#ifndef MAX
+#define MAX(A,B) ((A) > (B) ? (A) : (B))
+#endif
+#endif /* KERNEL */
+
+#ifndef KERNEL
+#define __USE_LARGEFILE64 1
+#if !defined off64_t
+#define off64_t __off64_t
+#endif
+#endif
+
+#else /* !defined(UKERNEL) */
+
+/* This section for user space compiles only */
+#define AFS_USR_LINUX20_ENV    1
+#define AFS_USR_LINUX22_ENV    1
+#define AFS_USR_LINUX24_ENV    1
+#define AFS_USR_LINUX26_ENV    1
+
+#define AFS_ENV                        1
+#define AFS_NONFSTRANS                 1
+#define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
+#define AFS_64BIT_IOPS_ENV     1
+#define AFS_NAMEI_ENV          1       /* User space interface to file system */
+#define AFS_USERSPACE_IP_ADDR  1
+#define RXK_LISTENER_ENV       1
+#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_HAVE_FFS           1       /* Use system's ffs. */
+#define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */
+#define AFS_VM_RDWR_ENV                1       /* read/write implemented via VM */
+
+#define        afsio_iov       uio_iov
+#define        afsio_iovcnt    uio_iovcnt
+#define        afsio_offset    uio_offset
+#define        afsio_seg       uio_segflg
+#define        afsio_fmode     uio_fmode
+#define        afsio_resid     uio_resid
+#define        AFS_UIOSYS      1
+#define        AFS_UIOUSER     UIO_USERSPACE
+#define        AFS_CLBYTES     MCLBYTES
+#define        AFS_MINCHANGE   2
+#define        VATTR_NULL      usr_vattr_null
+
+#define AFS_DIRENT
+#ifndef CMSERVERPREF
+#define CMSERVERPREF
+#endif
+
+#endif /* !defined(UKERNEL) */
+
+#ifdef __GLIBC__
+#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
+#define USE_UCONTEXT
+#endif
+#endif
+
+#include <afs/afs_sysnames.h>
+
+#endif /* AFS_PARAM_COMMON_H */
index 4a41882dcc35e82e6aa10c9794d12ca79d2efc5f..0be0bc0881d19315efb98bbeaba75d8107574037 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_PARISC_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT  1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "parisc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_parisc_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* AFS_PARAM_H */
+/* This section for kernel libafs compiles only */
+#define AFS_PARISC_LINUX24_ENV 1
+#define AFS_PARISC_LINUX22_ENV 1
+#define AFS_PARISC_LINUX20_ENV 1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "parisc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_parisc_linux24
-#define AFSBIG_ENDIAN       1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "parisc_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_parisc_linux24
+#define AFSBIG_ENDIAN          1
+#define AFS_SYSCALL            137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.parisc_linux24_usr.h b/src/config/param.parisc_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 5ea7a37f53a5e7f245226dc63417282b54690f25..8a76da9323980744a04890fadd8a5c1907513b1a 100644 (file)
-#ifndef UKERNEL
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_PPC64_LINUX20_ENV  1
-#define AFS_PPC64_LINUX22_ENV  1
-#define AFS_PPC64_LINUX24_ENV  1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1   /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1     /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1
-
-#define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL*/
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ppc64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux24
-#define AFSBIG_ENDIAN    0
-#define AFS_HAVE_FFS        1       /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* _PARAM_PPC64_LINUX20_H_ */
-
-#else /* !defined(UKERNEL) */
-
-/* This section for user space compiles only */
-
-/* 
+/*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
+#ifndef UKERNEL
+/* This section for kernel space compiles only */
+#define AFS_PPC64_LINUX20_ENV  1
+#define AFS_PPC64_LINUX22_ENV  1
+#define AFS_PPC64_LINUX24_ENV  1
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits */
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1   /* User space interface to file system */
-#include <afs/afs_sysnames.h>
+#else /* !defined(UKERNEL) */
 
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+/* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "ppc64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1       /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME       "ppc64_linux24"
+#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux24
+#define AFSBIG_ENDIAN  1
+#define AFS_SYSCALL    137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 7a23aa1ce47e13a537e5a6eeff96abcf3b96d43c..baedb0fb6c678986b3f0f29564d623c3eeb1961f 100644 (file)
-#ifndef UKERNEL
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_PPC64_LINUX20_ENV  1
-#define AFS_PPC64_LINUX22_ENV  1
-#define AFS_PPC64_LINUX24_ENV  1
-#define AFS_PPC64_LINUX26_ENV        1
-#define AFS_LINUX_64BIT_KERNEL 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1   /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1     /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1
-
-#define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits. */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL*/
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ppc64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux26
-#define AFSBIG_ENDIAN    0
-#define AFS_HAVE_FFS        1       /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* _PARAM_PPC64_LINUX20_H_ */
-
-#else /* !defined(UKERNEL) */
-
-/* This section for user space compiles only */
-
-/* 
+/*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
+#ifndef UKERNEL
+/* This section for kernel space compiles only */
+#define AFS_PPC64_LINUX20_ENV  1
+#define AFS_PPC64_LINUX22_ENV  1
+#define AFS_PPC64_LINUX24_ENV  1
+#define AFS_PPC64_LINUX26_ENV  1
+#define AFS_LINUX_64BIT_KERNEL 1
+#define AFS_64BITPOINTER_ENV   1     /* pointers are 64 bits */
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1   /* User space interface to file system */
-#include <afs/afs_sysnames.h>
+#else /* !defined(UKERNEL) */
 
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+/* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "ppc64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1       /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME       "ppc64_linux26"
+#define SYS_NAME_ID    SYS_NAME_ID_ppc64_linux26
+#define AFSBIG_ENDIAN  1
+#define AFS_SYSCALL    137
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 26f3d7fe57879fe122a5e23772758fe0097d7f97..44c6da3e726132662c645cbf5150cf8640108234 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_PPC_LINUX20_ENV    1
-#define AFS_PPC_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* AFS_PARAM_H */
+/* This section for kernel libafs compiles only */
+#define AFS_PPC_LINUX20_ENV    1
+#define AFS_PPC_LINUX22_ENV    1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux22
-#define AFSBIG_ENDIAN       1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "ppc_linux22"
+#define SYS_NAME_ID            SYS_NAME_ID_ppc_linux22
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.ppc_linux22_usr.h b/src/config/param.ppc_linux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index da0f49a2dffff2fe197687811d9fcfbf11badf97..6c093fc6794124d0ba56a79135b4edc36f96239b 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_PPC_LINUX20_ENV    1
-#define AFS_PPC_LINUX22_ENV    1
-#define AFS_PPC_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* AFS_PARAM_H */
+/* This section for kernel libafs compiles only */
+#define AFS_PPC_LINUX20_ENV    1
+#define AFS_PPC_LINUX22_ENV    1
+#define AFS_PPC_LINUX24_ENV    1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux24
-#define AFSBIG_ENDIAN       1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "ppc_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_ppc_linux24
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.ppc_linux24_usr.h b/src/config/param.ppc_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index c8d4e211d6558eddd03f6d50ca57b73f71c0e8b1..fd6ee4521664ed327ceaec57363caa6a84d26707 100644 (file)
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
 
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_PPC_LINUX20_ENV    1
-#define AFS_PPC_LINUX22_ENV    1
-#define AFS_PPC_LINUX24_ENV    1
-#define AFS_PPC_LINUX26_ENV 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
+#ifndef UKERNEL
 
-#endif /* AFS_PARAM_H */
+/* This section for kernel libafs compiles only */
+#define AFS_PPC_LINUX20_ENV    1
+#define AFS_PPC_LINUX22_ENV    1
+#define AFS_PPC_LINUX24_ENV    1
+#define AFS_PPC_LINUX26_ENV    1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
+#define UKERNEL                        1       /* user space kernel */
 
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously ppc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "ppc_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_ppc_linux26
-#define AFSBIG_ENDIAN       1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "ppc_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_ppc_linux26
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index c19b3997ba0fc902891d46869cbe0f77ce6369f0..ddad31a1641f8c837c1d2a5e480e732eb7b48290 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV 1
-#define AFS_LINUX22_ENV        1
-#define AFS_S390_LINUX20_ENV    1
+/* This section for kernel libafs compiles only */
+#define AFS_S390_LINUX20_ENV   1
 #define AFS_S390_LINUX22_ENV   1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
-#define CONFIG_SMP 1
 #ifndef CONFIG_S390_LOCAL_APIC
 #define CONFIG_S390_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
 #endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "s390_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/*
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV     1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "s390_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "s390_linux22"
+#define SYS_NAME_ID            SYS_NAME_ID_s390_linux22
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.s390_linux22_usr.h b/src/config/param.s390_linux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 738ff2c0856ff1094bbf2634413a7f36e8163256..c0335906fd62188be46141d596b294d4201ae133 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV 1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_S390_LINUX20_ENV    1
+/* This section for kernel libafs compiles only */
+#define AFS_S390_LINUX20_ENV   1
 #define AFS_S390_LINUX22_ENV   1
 #define AFS_S390_LINUX24_ENV   1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
-#define CONFIG_SMP 1
 #ifndef CONFIG_S390_LOCAL_APIC
 #define CONFIG_S390_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
 #endif
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "s390_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV     1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "s390_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "s390_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_s390_linux24
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.s390_linux24_usr.h b/src/config/param.s390_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index bb99cabc3f306be1192beea04bf8ef68b44766c8..302799503fec931d1df74a44179e8d6f80d3e8dc 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV 1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_S390_LINUX20_ENV    1
+/* This section for kernel libafs compiles only */
+#define AFS_S390_LINUX20_ENV   1
 #define AFS_S390_LINUX22_ENV   1
 #define AFS_S390_LINUX24_ENV   1
 #define AFS_S390_LINUX26_ENV   1
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef CONFIG_S390_LOCAL_APIC
-#define CONFIG_S390_LOCAL_APIC 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-// #include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "s390_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV     1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "s390_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_s390_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "s390_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_s390_linux26
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index 81d416348257346c7f33296e820ad360351b1b03..77c3ef1a87645a79b253f4aacf924287d4f01e9a 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV 1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_S390_LINUX20_ENV    1
+/* This section for kernel libafs compiles only */
+#define AFS_S390_LINUX20_ENV   1
 #define AFS_S390_LINUX22_ENV   1
 #define AFS_S390_LINUX24_ENV   1
-#define AFS_S390X_LINUX20_ENV    1
+#define AFS_S390X_LINUX20_ENV  1
 #define AFS_S390X_LINUX22_ENV  1
 #define AFS_S390X_LINUX24_ENV  1
-#define AFS_NONFSTRANS 1
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BITPOINTER_ENV  1
-#define AFS_64BIT_CLIENT  1
-#define AFS_64BIT_KERNEL  1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
+#define AFS_64BITPOINTER_ENV   1
+#define AFS_64BIT_KERNEL       1
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
 #ifdef AFS_SMP
-#define CONFIG_SMP 1
 #ifndef CONFIG_S390_LOCAL_APIC
 #define CONFIG_S390_LOCAL_APIC 1
 #endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
 #endif
 #endif /* __KERNEL__  && !DUMP_KERNEL */
 
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "s390x_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_s390x_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV     1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_S390X_LINUX20_ENV    1
+#define AFS_S390X_LINUX20_ENV  1
 #define AFS_S390X_LINUX22_ENV  1
 #define AFS_S390X_LINUX24_ENV  1
-#define AFS_NONFSTRANS 1
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT  1
-#define AFS_64BITPOINTER_ENV  1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_64BITPOINTER_ENV   1
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "s390x_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_s390x_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "s390x_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_s390x_linux24
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index f70909763581784874bf9b07aff30546dcdd3dbc..27dd2601f941199d2b1a7ef669e6e17a1b16049d 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV 1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
-#define AFS_S390_LINUX20_ENV    1
+/* This section for kernel libafs compiles only */
+#define AFS_S390_LINUX20_ENV   1
 #define AFS_S390_LINUX22_ENV   1
 #define AFS_S390_LINUX24_ENV   1
-#define AFS_S390X_LINUX20_ENV    1
+#define AFS_S390_LINUX26_ENV   1
+#define AFS_S390X_LINUX20_ENV  1
 #define AFS_S390X_LINUX22_ENV  1
 #define AFS_S390X_LINUX24_ENV  1
 #define AFS_S390X_LINUX26_ENV  1
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BITPOINTER_ENV  1
-#define AFS_64BIT_CLIENT  1
-#define AFS_64BIT_KERNEL  1
-#define AFS_LINUX_64BIT_KERNEL  1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "s390x_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_s390x_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-#endif /* AFS_PARAM_H */
+#define AFS_64BITPOINTER_ENV   1
+#define AFS_64BIT_KERNEL       1
 
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously s390 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV     1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_S390X_LINUX20_ENV    1
+#define AFS_S390X_LINUX20_ENV  1
 #define AFS_S390X_LINUX22_ENV  1
 #define AFS_S390X_LINUX24_ENV  1
 #define AFS_S390X_LINUX26_ENV  1
-#define AFS_NONFSTRANS 1
 
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 137
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT  1
-#define AFS_64BITPOINTER_ENV  1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_64BITPOINTER_ENV   1
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "s390x_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_s390x_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "s390x_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_s390x_linux26
+#define AFS_SYSCALL            137
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
index bd5547c8de4708d6d83a7237b5ea47e2edca1252..794305bb48fce3009e6bd11c6decc1e5bf1df4ea 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_SPARC64_LINUX20_ENV        1
 #define AFS_SPARC64_LINUX22_ENV        1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_32BIT_USR_ENV      1       /* user level processes are 32bit */
+#define AFS_LINUX_64BIT_KERNEL 1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
+#define AFS_32BIT_USR_ENV      1       /* user level processes are 32bit */
 
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
+/*
+ * on sparclinux is O_LARGEFILE defined but there is not off64_t,
+ * so small hack to get usd_file.c work
  */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* on sparclinux is O_LARGEFILE defined but there is not off64_t,
-   so small hack to get usd_file.c work */
 #ifndef KERNEL
-#define __USE_FILE_OFFSET64 1
-#define __USE_LARGEFILE64 1
+#define __USE_FILE_OFFSET64    1
+#define __USE_LARGEFILE64      1
 #if !defined off64_t
 #define off64_t __off64_t
 #endif
 #endif
 
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "sparc64_linux22"
+#define SYS_NAME_ID            SYS_NAME_ID_sparc64_linux22
+#define AFS_SYSCALL            227
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.sparc64_linux22_usr.h b/src/config/param.sparc64_linux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 78193052ddfe76491a443ba5389279a3fd4af12d..8880cb12aab070375ebb6f0fddae0bce868a9ffe 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
+#ifndef AFS_PARAM_H
+#define AFS_PARAM_H
 
-#ifndef _PARAM_SPARC64_LINUX24_H_
-#define _PARAM_SPARC64_LINUX24_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
+#ifndef UKERNEL
+/* This section for kernel libafs compiles only */
 #define AFS_SPARC64_LINUX20_ENV        1
 #define AFS_SPARC64_LINUX22_ENV        1
 #define AFS_SPARC64_LINUX24_ENV        1
-#define AFS_LINUX_64BIT_KERNEL 1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1
-#define AFS_32BIT_USR_ENV       1
+#define AFS_LINUX_64BIT_KERNEL 1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
+#define AFS_32BIT_USR_ENV      1       /* user level processes are 32bit */
 
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
+/*
+ * on sparclinux is O_LARGEFILE defined but there is not off64_t,
+ * so small hack to get usd_file.c work
  */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#define __SMP__
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS     1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* on sparclinux is O_LARGEFILE defined but there is not off64_t,
-   so small hack to get usd_file.c work */
 #ifndef KERNEL
-#define __USE_FILE_OFFSET64 1
-#define __USE_LARGEFILE64 1
+#define __USE_FILE_OFFSET64    1
+#define __USE_LARGEFILE64      1
 #if !defined off64_t
 #define off64_t __off64_t
 #endif
 #endif
 
-#endif /* _PARAM_SPARC64_LINUX24_H_ */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef _PARAM_USR_SPARC64_LINUX24_H_
-#define _PARAM_USR_SPARC64_LINUX24_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define SYS_NAME               "sparc64_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_sparc64_linux24
+#define AFS_SYSCALL            227
+#define AFSBIG_ENDIAN          1
 
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
-
-#endif /* _PARAM_USR_SPARC64_LINUX24_H_ */
-
-#endif /* !defined(UKERNEL) */
+#endif /* AFS_PARAM_H */
diff --git a/src/config/param.sparc64_linux24_usr.h b/src/config/param.sparc64_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 4231d97b463adc2c8cf97f388f97a4bd8c0e3dc2..cf227408d7af27e2b107d4176129ed302231ee32 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
+#ifndef AFS_PARAM_H
+#define AFS_PARAM_H
 
-#ifndef _PARAM_SPARC64_LINUX26_H_
-#define _PARAM_SPARC64_LINUX26_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
-#define AFS_LINUX26_ENV        1
+#ifndef UKERNEL
+/* This section for kernel libafs compiles only */
 #define AFS_SPARC64_LINUX20_ENV        1
 #define AFS_SPARC64_LINUX22_ENV        1
 #define AFS_SPARC64_LINUX24_ENV        1
 #define AFS_SPARC64_LINUX26_ENV        1
-#define AFS_LINUX_64BIT_KERNEL 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-
-#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
-#define AFS_64BIT_CLIENT       1
-#define AFS_32BIT_USR_ENV       1
+#define AFS_LINUX_64BIT_KERNEL 1
 #define AFS_64BITPOINTER_ENV   1       /* pointers are 64 bits. */
+#define AFS_32BIT_USR_ENV      1       /* user level processes are 32bit */
 
-#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#ifndef AFS_SMP
-#define AFS_SMP 1
-#endif
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
+/*
+ * on sparclinux is O_LARGEFILE defined but there is not off64_t,
+ * so small hack to get usd_file.c work
  */
-#ifdef AFS_SMP
-#ifndef CONFIG_SMP
-#define CONFIG_SMP 1
-#endif
-#define __SMP__
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS     1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
-/* on sparclinux is O_LARGEFILE defined but there is not off64_t,
-   so small hack to get usd_file.c work */
 #ifndef KERNEL
-#define __USE_FILE_OFFSET64 1
-#define __USE_LARGEFILE64 1
+#define __USE_FILE_OFFSET64    1
+#define __USE_LARGEFILE64      1
 #if !defined off64_t
 #define off64_t __off64_t
 #endif
 #endif
 
-#endif /* _PARAM_SPARC64_LINUX26_H_ */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef _PARAM_USR_SPARC64_LINUX26_H_
-#define _PARAM_USR_SPARC64_LINUX26_H_
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc64 specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_USR_LINUX26_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "sparc64_linux26"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc64_linux26
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
+#define SYS_NAME               "sparc64_linux26"
+#define SYS_NAME_ID            SYS_NAME_ID_sparc64_linux26
+#define AFS_SYSCALL            227
+#define AFSBIG_ENDIAN          1
 
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
-
-#endif /* _PARAM_USR_SPARC64_LINUX26_H_ */
-
-#endif /* !defined(UKERNEL) */
+#endif /* AFS_PARAM_H */
index d2a2eb789c39f1f1f054c397269000de77ed2856..5846eae744acae0703933e26a67a0c1a3155eac8 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
+#ifndef UKERNEL
 
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
+/* This section for kernel libafs compiles only */
 #define AFS_SPARC_LINUX20_ENV  1
 #define AFS_SPARC_LINUX22_ENV  1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       2     /* Set to Userdisabled, allow sysctl to override */
-
-/* Machine / Operating system information */
-#define SYS_NAME       "sparc_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
 #if defined(AFS_SMP) && defined(CONFIG_MODVERSIONS)
 /* hack, I don't know what else with theese symbols */
 #define _do_spin_lock _do_spin_lock_R__ver__do_spin_lock
 #define _do_spin_unlock _do_spin_unlock_R__ver__do_spin_unlock
 #define kernel_flag kernel_flag_R__ver_kernel_flag
 #endif
+#endif /* __KERNEL__  && !DUMP_KERNEL */
 
-/* on sparclinux is O_LARGEFILE defined but there is not off64_t,
-   so small hack to get usd_file.c work */
+/*
+ * on sparclinux is O_LARGEFILE defined but there is not off64_t,
+ * so small hack to get usd_file.c work
+ */
 #ifndef KERNEL
-#define __USE_FILE_OFFSET64 1
-#define __USE_LARGEFILE64 1
+#define __USE_FILE_OFFSET64    1
+#define __USE_LARGEFILE64      1
 #if !defined off64_t
 #define off64_t __off64_t
 #endif
 #endif
 
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "sparc_linux22"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc_linux22
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "sparc_linux22"
+#define SYS_NAME_ID            SYS_NAME_ID_sparc_linux22
+#define AFS_SYSCALL            227
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.sparc_linux22_usr.h b/src/config/param.sparc_linux22_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.
index 3834f48a17f87eac3fa7dac424320878edd3e2f7..ccc31bfa0650e70f1f3b8049b60965bd86385287 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef UKERNEL
-/* This section for kernel libafs compiles only */
-
 /* 
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
 #ifndef AFS_PARAM_H
 #define AFS_PARAM_H
 
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
-#define AFS_LINUX20_ENV        1
-#define AFS_LINUX22_ENV        1
-#define AFS_LINUX24_ENV        1
+#ifndef UKERNEL
+/* This section for kernel libafs compiles only */
 #define AFS_SPARC_LINUX20_ENV  1
 #define AFS_SPARC_LINUX22_ENV  1
 #define AFS_SPARC_LINUX24_ENV  1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_ENV  1
-#define AFS_64BIT_CLIENT       1
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
-#include <linux/threads.h>
-
-#include <linux/config.h>
-#ifdef CONFIG_SMP
-#undef CONFIG_SMP
-#endif
-/* Using "AFS_SMP" to map to however many #define's are required to get
- * MP to compile for Linux
- */
-#ifdef AFS_SMP
-#define CONFIG_SMP 1
-#ifndef __SMP__
-#define __SMP__
-#endif
-#endif
-#define AFS_GLOBAL_SUNLOCK
-
-#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
-#define MODVERSIONS
-#include <linux/modversions.h>
-#endif
-#endif /* __KERNEL__  && !DUMP_KERNEL */
-
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS       1
-
-/* Machine / Operating system information */
-#define SYS_NAME       "sparc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#ifdef KERNEL
-#ifndef MIN
-#define MIN(A,B) ((A) < (B) ? (A) : (B))
-#endif
-#ifndef MAX
-#define MAX(A,B) ((A) > (B) ? (A) : (B))
-#endif
-#endif /* KERNEL */
-
 #if defined(AFS_SMP) && defined(CONFIG_MODVERSIONS)
 /* hack, I don't know what else with theese symbols */
 #define _do_spin_lock _do_spin_lock_R__ver__do_spin_lock
 #define _do_spin_unlock _do_spin_unlock_R__ver__do_spin_unlock
 #define kernel_flag kernel_flag_R__ver_kernel_flag
 #endif
+#endif /* __KERNEL__  && !DUMP_KERNEL */
 
-/* on sparclinux is O_LARGEFILE defined but there is not off64_t,
-   so small hack to get usd_file.c work */
+/*
+ * on sparclinux is O_LARGEFILE defined but there is not off64_t,
+ * so small hack to get usd_file.c work
+ */
 #ifndef KERNEL
-#define __USE_FILE_OFFSET64 1
-#define __USE_LARGEFILE64 1
+#define __USE_FILE_OFFSET64    1
+#define __USE_LARGEFILE64      1
 #if !defined off64_t
 #define off64_t __off64_t
 #endif
 #endif
 
-#endif /* AFS_PARAM_H */
-
 #else /* !defined(UKERNEL) */
 
 /* This section for user space compiles only */
-
-/* 
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-#ifndef AFS_PARAM_H
-#define AFS_PARAM_H
-
-/* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
- * it's a judgment call. If something is obviously sparc specific, use that
- * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
- * in the sysname is the current version of the client. This takes into
- * account the perferred OS user space configuration as well as the kernel.
- */
-
 #define UKERNEL                        1       /* user space kernel */
-#define AFS_ENV                        1
-#define AFS_USR_LINUX20_ENV    1
-#define AFS_USR_LINUX22_ENV    1
-#define AFS_USR_LINUX24_ENV    1
-#define AFS_NONFSTRANS 1
-
-#define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
-#define AFS_SYSCALL 227
-#define AFS_64BIT_IOPS_ENV  1
-#define AFS_NAMEI_ENV     1    /* User space interface to file system */
-#include <afs/afs_sysnames.h>
-
-#define AFS_USERSPACE_IP_ADDR 1
-#define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 
+#endif /* !defined(UKERNEL) */
 
 /* Machine / Operating system information */
-#define SYS_NAME       "sparc_linux24"
-#define SYS_NAME_ID    SYS_NAME_ID_sparc_linux24
-#define AFSBIG_ENDIAN    1
-#define AFS_HAVE_FFS        1  /* Use system's ffs. */
-#define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
-#define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
-#define AFS_USE_GETTIMEOFDAY       1   /* use gettimeofday to implement rx clock */
-
-#define        afsio_iov       uio_iov
-#define        afsio_iovcnt    uio_iovcnt
-#define        afsio_offset    uio_offset
-#define        afsio_seg       uio_segflg
-#define        afsio_fmode     uio_fmode
-#define        afsio_resid     uio_resid
-#define        AFS_UIOSYS      1
-#define        AFS_UIOUSER     UIO_USERSPACE
-#define        AFS_CLBYTES     MCLBYTES
-#define        AFS_MINCHANGE   2
-#define        VATTR_NULL      usr_vattr_null
-
-#define AFS_DIRENT
-#ifndef CMSERVERPREF
-#define CMSERVERPREF
-#endif
+#define SYS_NAME               "sparc_linux24"
+#define SYS_NAME_ID            SYS_NAME_ID_sparc_linux24
+#define AFS_SYSCALL            227
+#define AFSBIG_ENDIAN          1
 
 #endif /* AFS_PARAM_H */
-
-#endif /* !defined(UKERNEL) */
diff --git a/src/config/param.sparc_linux24_usr.h b/src/config/param.sparc_linux24_usr.h
new file mode 100644 (file)
index 0000000..5f39e4c
--- /dev/null
@@ -0,0 +1 @@
+#error This file is deprecated, do not use or maintain.