Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Apr 2001 21:24:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Apr 2001 21:24:12 -0400 Received: from ns.suse.de ([213.95.15.193]:25871 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Tue, 10 Apr 2001 21:24:01 -0400 Date: Wed, 11 Apr 2001 03:23:54 +0200 From: Andi Kleen To: Linus Torvalds Cc: Andi Kleen , David Weinehall , Alan Cox , David Howells , Andrew Morton , Ben LaHaise , Kernel Mailing List Subject: Re: [PATCH] i386 rw_semaphores fix Message-ID: <20010411032354.A29422@gruyere.muc.suse.de> In-Reply-To: <20010411030739.A29277@gruyere.muc.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from torvalds@transmeta.com on Tue, Apr 10, 2001 at 06:12:12PM -0700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 10, 2001 at 06:12:12PM -0700, Linus Torvalds wrote: > > > On Wed, 11 Apr 2001, Andi Kleen wrote: > > > > Fixup for user space is probably not that nice (CMPXCHG is used there by > > linuxthreads) > > In user space I'm not convinced that you couldn't do the same thing > equally well by just having the proper dynamically linked library. You'd > not get in-lined lock primitives, but that's probably fine. It's currently done this way, ld-linux.so looks in a special "686" path when the ELF vector mentions it, otherwise normal path. There is a special 686 version of glibc and linuxthread. Just it's a very complicated and disk space chewing solution for a simple problem (some distributions are starting to drop support for 386 because of that) -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/