From cb4d6e5e7e1a112782be5d892f9706b1a9da439b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 22 Sep 2011 13:00:08 -0400 Subject: [PATCH] darwin: ukernel is 64-bit able update ukernel settings for darwin Change-Id: Ifd72d0d5affa1bfbea04da2c95e8011fb055e59f Reviewed-on: http://gerrit.openafs.org/5489 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/config/param.arm_darwin_100.h | 2 ++ src/config/param.x86_darwin_100.h | 2 ++ src/config/param.x86_darwin_110.h | 1 + 3 files changed, 5 insertions(+) diff --git a/src/config/param.arm_darwin_100.h b/src/config/param.arm_darwin_100.h index 39ca469..2344be0 100644 --- a/src/config/param.arm_darwin_100.h +++ b/src/config/param.arm_darwin_100.h @@ -157,6 +157,8 @@ struct rt_addrinfo { #define AFS_PARAM_H #define AFS_ENV 1 +#define AFS_64BIT_CLIENT 1 +#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__) diff --git a/src/config/param.x86_darwin_100.h b/src/config/param.x86_darwin_100.h index 63f8bfc..6167cf2 100644 --- a/src/config/param.x86_darwin_100.h +++ b/src/config/param.x86_darwin_100.h @@ -137,6 +137,8 @@ #define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */ #define AFS_ENV 1 +#define AFS_64BIT_CLIENT 1 +#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__) diff --git a/src/config/param.x86_darwin_110.h b/src/config/param.x86_darwin_110.h index 81c2708..440b370 100644 --- a/src/config/param.x86_darwin_110.h +++ b/src/config/param.x86_darwin_110.h @@ -140,6 +140,7 @@ #define AFS_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #if defined(__ppc__) #define AFS_PPC_ENV 1 #elif defined(__i386__) || defined(__amd64__) -- 1.9.4