OpenAFS CVS Commit: openafs/src/ubik by rra
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Sat, 19 Jul 2008 02:11:07 EDT
Update of /cvs/openafs/src/ubik
In directory GRAND.CENTRAL.ORG:/tmp/cvs-serv3349/src/ubik
Modified Files:
beacon.c disk.c phys.c recovery.c remote.c ubik.c ubik.p.h
utst_client.c utst_server.c
Log Message:
DELTA kill-ubik-pthread-env-20080718
AUTHOR rra@stanford.edu
LICENSE BSD
Everywhere AFS_PTHREAD_ENV was defined, UBIK_PTHREAD_ENV was defined as
well, so don't make them separate. Building pthreaded Ubik is controlled
by deciding whether to build the t* versions of various directories, not
by the preprocessor directives. AFS_PTHREAD_ENV is only defined when
building in those directories.
This change eliminates UBIK_PTHREAD_ENV and uses AFS_PTHREAD_ENV to mean
the same thing.
As a side effect, fixes compiles on arm with --enable-pthreaded-ubik, since
arm never defined UBIK_PTHREAD_ENV.
--- DELTA config follows ---
kill-ubik-pthread-env-20080718 openafs/src/ubik/beacon.c 1.26 1.27
kill-ubik-pthread-env-20080718 openafs/src/ubik/disk.c 1.17 1.18
kill-ubik-pthread-env-20080718 openafs/src/ubik/phys.c 1.13 1.14
kill-ubik-pthread-env-20080718 openafs/src/ubik/recovery.c 1.21 1.22
kill-ubik-pthread-env-20080718 openafs/src/ubik/remote.c 1.21 1.22
kill-ubik-pthread-env-20080718 openafs/src/ubik/ubik.c 1.21 1.22
kill-ubik-pthread-env-20080718 openafs/src/ubik/ubik.p.h 1.22 1.23
kill-ubik-pthread-env-20080718 openafs/src/ubik/utst_client.c 1.9 1.10
kill-ubik-pthread-env-20080718 openafs/src/ubik/utst_server.c 1.10 1.11