2011-04-27 15:22:38

by Jan Beulich

[permalink] [raw]
Subject: [PATCH 0/3] x86: rw lock and semaphore consolidation

This is to unify 32- and 64-bit assembly implementations and to eliminate
a (mostly theoretical) scalability problem in the rwlock logic.

1: unify rwlock assembly implementation
2: unify rwsem assembly implementation
3: fix write lock scalability 64-bit issue

Signed-off-by: Jan Beulich <[email protected]>