OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_15-65-ge5a353f
Gerrit Code Review
gerrit@openafs.org
Fri, 6 Jul 2012 01:47:10 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit c0f38392d8c58a2ba38fe2cc0f304badd356c5dd
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.
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>
(cherry picked from commit d5f067aa735968d4da6685f0883ca978d5e6795c)
Change-Id: I9ace400460db98caa7939227ad6b78c2d65bfd7c
Reviewed-on: http://gerrit.openafs.org/7739
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-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