]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import snapshot of 1.0.90 with autoconf support. upstream/1.0.90
authorSam Hartman <hartmans@debian.org>
Thu, 5 Jul 2001 01:05:06 +0000 (01:05 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 5 Jul 2001 01:05:06 +0000 (01:05 +0000)
src/config/param.i386_linux24.h
src/config/param.i386_linux24_usr.h
src/config/param.sun4x_58.h
src/config/param.sun4x_58_usr.h

index 0e8e95401dd4d77889a61ef360fb4ae0ebe5f8a7..618919b68a033bd98d48469a5ff3fa3dfd88e8a4 100644 (file)
 #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_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 */
 
 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
 #include <linux/config.h>
@@ -48,7 +34,9 @@
 #ifndef CONFIG_X86_LOCAL_APIC
 #define CONFIG_X86_LOCAL_APIC
 #endif
+#ifndef __SMP__
 #define __SMP__
+#endif
 #define AFS_GLOBAL_SUNLOCK
 #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 */
+
+#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 */
+
 #ifdef KERNEL
 #ifndef MIN
 #define MIN(A,B) ((A) < (B) ? (A) : (B))
 #endif
 #endif /* KERNEL */
 
+/* Machine / Operating system information */
+#define SYS_NAME       "i386_linux24"
+#define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
+
 #endif /* _PARAM_I386_LINUX24_H_ */
+
+
index 394d1a9884c10a6ff1f3eadc641f799104c1cc97..01c1ab1ccce6332b5738ce6e3416de01130f2105 100644 (file)
@@ -17,7 +17,6 @@
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
-#define AFS_64BIT_ENV
 #define AFS_64BIT_IOPS_ENV  1
 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
 #include <afs/afs_sysnames.h>
index fbee6f77a14236ad4e8938cba3c8f2f298827ef4..5e48cf7dc89ad561919612fef667cc4192381a88 100644 (file)
 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
 #define        AFS_KFREE       kmem_free
 #define        VATTR_NULL      vattr_null
-#endif KERNEL
+#endif /* KERNEL */
 #define        AFS_DIRENT      
 #ifndef CMSERVERPREF
 #define CMSERVERPREF
 #endif
 #define        ROOTINO         UFSROOTINO
 
-#endif _PARAM_SUN4X_58_H_
+#endif /* _PARAM_SUN4X_58_H_ */
index 9de7672d4fd523a690a4966487c1f1906ff467b2..1147ef3403b2df46906a314694e4909cc35a4372 100644 (file)
@@ -56,4 +56,4 @@
 #endif
 #define        ROOTINO         UFSROOTINO
 
-#endif _PARAM_SUN4X_58_H_
+#endif /* _PARAM_SUN4X_58_H_ */