Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751219AbWAEX2E (ORCPT ); Thu, 5 Jan 2006 18:28:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751402AbWAEX2E (ORCPT ); Thu, 5 Jan 2006 18:28:04 -0500 Received: from smtp.osdl.org ([65.172.181.4]:25312 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751219AbWAEX2D (ORCPT ); Thu, 5 Jan 2006 18:28:03 -0500 Date: Thu, 5 Jan 2006 15:26:24 -0800 (PST) From: Linus Torvalds To: Joel Schopp cc: Ingo Molnar , lkml , Andrew Morton , Arjan van de Ven , Nicolas Pitre , Jes Sorensen , Al Viro , Oleg Nesterov , David Howells , Alan Cox , Christoph Hellwig , Andi Kleen , Russell King , Anton Blanchard , PPC64-dev Subject: Re: [patch 00/21] mutex subsystem, -V14 In-Reply-To: <43BDA672.4090704@austin.ibm.com> Message-ID: References: <20060104144151.GA27646@elte.hu> <43BC5E15.207@austin.ibm.com> <20060105143502.GA16816@elte.hu> <43BD4C66.60001@austin.ibm.com> <20060105222106.GA26474@elte.hu> <43BDA672.4090704@austin.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 553 Lines: 16 On Thu, 5 Jan 2006, Joel Schopp wrote: > > Here is a first pass at a powerpc file for the fast paths just as an FYI/RFC. > It is completely untested, but compiles. Shouldn't you make that "isync" dependent on SMP too? UP doesn't need it, since DMA will never matter, and interrupts are precise. Linus - 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/