OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2685-g9bc068e
Gerrit Code Review
gerrit@openafs.org
Thu, 5 Jul 2012 21:50:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit d5f067aa735968d4da6685f0883ca978d5e6795c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Jul 5 16:52:51 2012 -0400
Windows: use spin counts for osi base locks
On multiprocessor systems, spin counts are faster than entering
a processor wait state when there is critical section contention.
Microsoft recommends a count of 4000. This feature is only available
on XP and above which is fine since OpenAFS master and 1.7 no longer
support Windows 2000.
Change-Id: I1b40d00b2a91e60e1676a53e1c38eb5f9bfadc69
Reviewed-on: http://gerrit.openafs.org/7719
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/client_osi/osibasel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository