From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 23 Sep 2005 17:44:13 +1000 From: Anton Blanchard To: David Howells Message-ID: <20050923074413.GD19971@krispykreme> References: <606.1127460740@warthog.cambridge.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <606.1127460740@warthog.cambridge.redhat.com> Cc: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org Subject: Re: PATCH powerpc Merge asm-ppc*/rwsem.h List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > rwsems on ppc64 should really be using a 64-bit counter, not a 32-bit counter, > otherwise you limit the maximum number of processes to 32K-ish. > > The counter should be "signed long" really. Agreed, we should move to a 64bit count. Anton