[IA64] Remove rwsem limitation of 32k waiters
authorChristoph Lameter <clameter@sgi.com>
Mon, 22 Aug 2005 19:20:00 +0000 (12:20 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 23 Aug 2005 17:31:57 +0000 (10:31 -0700)
We ran into the limit with the maximum number of waiters at one of our sites.

This patch increases the number of possible waiters from 2^15 to 2^31 by using
a long for the counter in struct rw_semaphore. S390 and alpha already do this.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Acked-by: Kenneth Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found