From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754593AbZHNKLP (ORCPT ); Fri, 14 Aug 2009 06:11:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754437AbZHNKLO (ORCPT ); Fri, 14 Aug 2009 06:11:14 -0400 Received: from www.lumino.de ([85.159.12.10]:49249 "HELO imap.lumino.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753172AbZHNKLN (ORCPT ); Fri, 14 Aug 2009 06:11:13 -0400 Message-ID: <4A853840.8060901@lumino.de> Date: Fri, 14 Aug 2009 12:11:12 +0200 From: Michael Schnell User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: Arnd Bergmann CC: linux-kernel@vger.kernel.org, Mike Frysinger , Paul Mundt Subject: Re: implementing Futex References: <4A842B32.5030401@lumino.de> <200908131839.41803.arnd@arndb.de> <4A8525A1.205@lumino.de> <200908141128.01179.arnd@arndb.de> In-Reply-To: <200908141128.01179.arnd@arndb.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > Well, if you want to support SMP, you really need full atomic operations, > the easiest way for that would be the load-locked / store conditional > method used on most RISC machines. I see. But unless Altera provides an enhancement to the NIOS2 design, we are lost here. -Michael