From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from baldric (baldric.uwo.ca [129.100.10.225]) by dsl2.external.hp.com (Postfix) with ESMTP id BB5364A5F for ; Sun, 12 Oct 2003 15:39:01 -0600 (MDT) Date: Sun, 12 Oct 2003 17:35:37 -0400 From: Carlos O'Donell To: libc-alpha , parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?) Message-ID: <20031012213537.GI23999@systemhalted> References: <20031010210438.GI6454@systemhalted> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20031010210438.GI6454@systemhalted> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: On Fri, Oct 10, 2003 at 05:04:38PM -0400, Carlos O'Donell wrote: > > libc-alpha, > > Wrote up the changelogs, reviewed them, and then forgot I had a small > patch to commit for oldsemaphore. This goes in with the first patch 1/3 > that defines the generic libc changes required for linuxthreads to work > on HPPA. > > Cheers, > Carlos > === > > 2003-10-10 Carlos O'Donell > > * linuxthreads/oldsemaphore.c: sem_spinlock in struct old_sem_t > is an __atomic_lock_t. Patch has been moved into (1/3, Round 2). c.